add create - edit - remove salary aid api controller

This commit is contained in:
2026-01-15 10:35:43 +03:30
parent f0feac9601
commit b22aa86aea
2 changed files with 64 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ public class CreateSalaryAidViewModel
public long WorkshopId { get; set; }
public string Amount { get; set; }
public string SalaryDateTime { get; set; }
public string CalculationDateTime { get; set; }
public string NationalCode { get; set; }
public int CalculationMonth { get; set; }
public int CalculationYear { get; set; }