Esempio n. 1
0
 public AccountController(IUserService iApps, IDropDownService iDropDownServ, ICommonLibraryService commonLibraryService, IEmployeeService employee)
 {
     iAppService      = iApps;
     iDropDownService = iDropDownServ;
     iCommonLibrary   = commonLibraryService;
     iEmployee        = employee;
 }
Esempio n. 2
0
 public ErrorController(ICommonLibraryService commonLibraryService)
 {
     iCommonLibrary = commonLibraryService;
 }