ทำ Access Matrix

This commit is contained in:
Nakorn Rientrakrunchai
2020-11-17 12:23:25 +07:00
parent 01bebe4549
commit 5ca2b0d53d
5 changed files with 222 additions and 35 deletions

View File

@@ -16,9 +16,12 @@ namespace TodoAPI2.Models
int? GetLeader(int? emp_id);
external_employeeViewModel GetEmployeeForLogin(int? user_id);
external_employeeWithSelectionViewModel GetBlankItem();
employee_leaveViewModel GetLeaveOfEmployee(int employee_id, DateTime? start_date, DateTime? end_date);
List<external_employeeViewModel> GetAllEmployee();
List<external_menu> GetAllMenu();
List<external_menu> GetMenuByUser(int? userid);
List<external_user> GetAllUser();
}
}