минификс

This commit is contained in:
russell 2024-05-29 14:30:06 +04:00
parent 21aafb9639
commit c0af868126

View File

@ -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))
{ {