Exemplo n.º 1
0
 public UserManageService(IUserManageRepository repo, IOrgManageService orgService)
 {
     this._repo       = repo;
     this._orgService = orgService;
 }
Exemplo n.º 2
0
 public OrgController(IOrgManageService service, IAppContextService contextService)
 {
     this._service        = service;
     this._contextService = contextService;
 }