2025-01-21 09:58:26 +01:00

8 lines
169 B
C#

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