Пример #1
0
        public UserBranchController(ISubsidiaryInfoAppService _subsidiaryInfoService,

                                    ISecUserInfoService _secuserinfoService,
                                    IUserBranchService _userbranchService,
                                    IBranchService _branchService)
        {
            this._secuserinfoService = _secuserinfoService;
            this._userbranchService  = _userbranchService;
            this._branchService      = _branchService;
        }
Пример #2
0
 public UserBranchAppService(IUserBranchService service)
 {
     _service = service;
 }