namespace Application.DataTransferObjects.ExcelImport; public class ExcelImportResponse { public int AddSum { get; set; } public int SkipSum { get; set; } }