namespace Policlinica.DB;
public class User
{
public int Id { get; set; }
public string Name { get; set; }
public string Password {get; set;}
}