dev changes

This commit is contained in:
eugeniy_ivanov 2023-03-10 05:48:43 +05:00
parent a9ee51e090
commit 65d846dba4

View File

@ -26,6 +26,6 @@ namespace AsbCloudApp.Data
/// Название типа компании
/// </summary>
[StringLength(30, MinimumLength = 1, ErrorMessage = "Допустимое имя типа компании от 1 до 30 символов")]
public string CompanyTypeCaption { get; set; } = null!;
public string? CompanyTypeCaption { get; set; } = null!;
}
}