forked from ddrilling/AsbCloudServer
удален лишний мусор
This commit is contained in:
parent
a35a89c7ff
commit
0750b0fc9a
@ -57,13 +57,6 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// список отметок файла
|
||||
/// </summary>
|
||||
public IEnumerable<FileMarkDto> FileMarks { get; set; } = Enumerable.Empty<FileMarkDto>();
|
||||
|
||||
//RuleFor(x => x.IdWell).GreaterThan(0)
|
||||
// .WithMessage("Id скважины не может быть меньше 1");
|
||||
//RuleFor(x => x.IdCategory).GreaterThan(0)
|
||||
// .WithMessage("Id категории файла не может быть меньше 1");
|
||||
//RuleFor(x => x.Name).Length(1, 260)
|
||||
// .WithMessage("Допустимое имя файла от 1 до 260 символов");
|
||||
public IEnumerable<FileMarkDto> FileMarks { get; set; } = Enumerable.Empty<FileMarkDto>();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user