Change Request/Feature OP เลขที่ 3217, 3200, 3216, 3219 ดำเนินการแล้ว

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-20 21:11:56 +07:00
parent c2b65272e6
commit 72ac6d9cc9
13 changed files with 170 additions and 14 deletions

View File

@@ -18,6 +18,7 @@ namespace TodoAPI2.Models
external_employeeWithSelectionViewModel GetBlankItem();
employee_leaveViewModel GetLeaveOfEmployee(int employee_id, DateTime? start_date, DateTime? end_date);
List<external_employeeViewModel> GetAllEmployee();
}
}