namespace PSTW_CentralSystem.Areas.OTcalculate.Models { public class OvertimeSubmissionModel { public int Month { get; set; } public int Year { get; set; } public IFormFile File { get; set; } } }