минификс
This commit is contained in:
parent
21aafb9639
commit
c0af868126
@ -104,7 +104,7 @@ namespace TravelAgencyBusinessLogic.BusinessLogics
|
|||||||
}
|
}
|
||||||
if (string.IsNullOrEmpty(model.PhoneNumber))
|
if (string.IsNullOrEmpty(model.PhoneNumber))
|
||||||
{
|
{
|
||||||
throw new ArgumentNullException("Нет номера телефона пользователя", nameof(model.Email));
|
throw new ArgumentNullException("Нет номера телефона пользователя", nameof(model.PhoneNumber));
|
||||||
}
|
}
|
||||||
if (string.IsNullOrEmpty(model.Password))
|
if (string.IsNullOrEmpty(model.Password))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user