예제 #1
0
        public SignatoryManagementController(ISubsidiaryInfoAppService _subsidiaryInfoService,

                                             IEmployeeService _employeeService,
                                             IEmployeeFuncService _employeefuncService,
                                             IFuncSLService _FuncSLService)
        {
            this._employeeService     = _employeeService;
            this._employeefuncService = _employeefuncService;
            this._FuncSLService       = _FuncSLService;
        }
예제 #2
0
 public EmployeeFuncAppService(IEmployeeFuncService branchService)
 {
     _service = branchService;
 }