Exemple #1
0
 public void ApproveHolidayRequest(int Id)
 {
     _Context.ApproveHolidayRequest(Id);
 }