ทำ Access Matrix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user