Пример #1
0
 public EmployeeLeave GetEmployeeLeave(int Id)
 {
     return(_controller.GetEmployeeLeave(Id));
 }