Esempio n. 1
0
 public PrivilegeController(IPrivilegeService service, IAppManageService appService)
 {
     this._service    = service;
     this._appService = appService;
 }