вливаю всё, что было создано на 5, 6, 7 этапах в ветку main #12
@ -11,8 +11,7 @@ namespace PolyclinicContracts.BindingModels
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string FIO { get; set; } = string.Empty;
|
||||
public DateTime BirthDay { get; set; }
|
||||
public string Password { get; set; } = "123";
|
||||
public string RepeatPassword { get; set; } = "123";
|
||||
public string Email { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
@ -9,8 +9,7 @@ namespace PolyclinicDataModels.Models
|
||||
public interface ISuretorModel : IId
|
||||
{
|
||||
string FIO { get; }
|
||||
DateTime BirthDay { get; }
|
||||
string Password { get; }
|
||||
string RepeatPassword { get; }
|
||||
string Email { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user