using System.Collections.Generic; namespace AsbCloudApp.Data; /// /// Результат парсинга файла /// /// public class ParserResultDto : ValidationResultDto>> where TDto : class, IId { }