예제 #1
0
        public UserBranchController(ISubsidiaryInfoAppService _subsidiaryInfoService,

                                    ISecUserInfoService _secuserinfoService,
                                    IUserBranchService _userbranchService,
                                    IBranchService _branchService)
        {
            this._secuserinfoService = _secuserinfoService;
            this._userbranchService  = _userbranchService;
            this._branchService      = _branchService;
        }
예제 #2
0
 public SecUserInfoAppService(ISecUserInfoService commonSearchService)
 {
     _service = commonSearchService;
 }