Exemplo n.º 1
0
 public ScheduleRptController(IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                              INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                              ISummaryReportAppService _summaryReportService, IUserBranchAppService _userbranchService, IDynaCapAppService _dynaCapService,
                              ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._summaryReportService = _summaryReportService;
     this._userbranchService    = _userbranchService;
     this._sysSetService        = _sysSetService;
     this._dynaCapService       = _dynaCapService;
     this._FYDDService          = _FYDDService;
 }
 public MasterInformationController(
     IProjInfoAppService _projInfoService,
     IBranchAppService _brInfoService,
     IDepartmentAppService _departmentService,
     IDesignationAppService _designationService,
     IUnitInfoAppService _unitInfoService,
     IBankInfoAppService _bankInfoService,
     IMasterFormAppService _masterFormService,
     IDynaCapAppService _dynaCapService,
     ITransactionLogAppService _transactionLogService,
     ILocationAppService _LocationService
     )
 {
     this._projInfoService       = _projInfoService;
     this._brInfoService         = _brInfoService;
     this._departmentService     = _departmentService;
     this._designationService    = _designationService;
     this._unitInfoService       = _unitInfoService;
     this._bankInfoService       = _bankInfoService;
     this._masterFormService     = _masterFormService;
     this._dynaCapService        = _dynaCapService;
     this._transactionLogService = _transactionLogService;
     this._LocationService       = _LocationService;
 }
        public DynamicCaptionController(ISubsidiaryInfoAppService _subsidiaryInfoService,

                                        IDynaCapAppService _dynamicService)
        {
            this._dynamiccapService = _dynamicService;
        }