delete login
This commit is contained in:
parent
97292269f9
commit
bdf6ac388b
@ -13,7 +13,6 @@ namespace TravelCompanyContracts.BindingModels.Contractor
|
||||
public string Surname { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Patronymic { get; set; } = string.Empty;
|
||||
public string Login { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
public string Email { get; set; } = string.Empty;
|
||||
public string MobilePhone { get; set; } = string.Empty;
|
||||
|
@ -12,7 +12,6 @@ namespace TravelCompanyContracts.SearchModels.Contractor
|
||||
public string? Name { get; set; } = string.Empty;
|
||||
public string? Surname { get; set; } = string.Empty;
|
||||
public string? Patronymic { get; set; } = string.Empty;
|
||||
public string? Login { get; set; } = string.Empty;
|
||||
public string? Password { get; set; } = string.Empty;
|
||||
public string? Email { get; set; } = string.Empty;
|
||||
public string? MobilePhone { get; set; } = string.Empty;
|
||||
|
@ -21,9 +21,6 @@ namespace TravelCompanyContracts.ViewModels.Contractor.ViewModels
|
||||
[DisplayName("Отчество")]
|
||||
public string Patronymic { get; set; } = string.Empty;
|
||||
|
||||
[DisplayName("Логин")]
|
||||
public string Login { get; set; } = string.Empty;
|
||||
|
||||
[DisplayName("Пароль")]
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
|
@ -11,7 +11,6 @@ namespace TravelCompanyDataModels.Models.Contractor
|
||||
string Surname { get; }
|
||||
string Name { get; }
|
||||
string Patronymic { get; }
|
||||
string Login { get; }
|
||||
string Password { get; }
|
||||
string Email { get; }
|
||||
string MobilePhone { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user