コード例 #1
0
 public ManageEmployessController(IManageEmployeService manageEmployeService)
 {
     _manageEmployeService = manageEmployeService;
 }
コード例 #2
0
 public DashBoardController(IManageEmployeService manageEmployeService)
 {
     _manageEmployeService = manageEmployeService;
 }