varianta proiect care merge

This commit is contained in:
andrei-mihnea-cerbu
2024-04-08 14:23:44 +03:00
parent 370bbdedcd
commit 897193c865
333 changed files with 1090 additions and 98769 deletions
@@ -0,0 +1,7 @@
namespace HealthcareManagerUI.Models;
public class UserLoginModel
{
public string Email { get; set; }
public string Password { get; set; }
}