Пример #1
0
 public BM_Apartment_ReceiptController(IBM_Apartment_ReceiptService _BM_Apartment_ReceiptService, IBM_BuildingService _BM_BuildingService,
                                       ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, IBM_FloorService _BM_FloorService, IBM_ApartmentService _BM_ApartmentService)
 {
     this._BM_Apartment_ReceiptService = _BM_Apartment_ReceiptService;
     this._BM_BuildingService          = _BM_BuildingService;
     this._tblSystemConfigService      = _tblSystemConfigService;
     this._tblCardService      = _tblCardService;
     this._BM_FloorService     = _BM_FloorService;
     this._BM_ApartmentService = _BM_ApartmentService;
 }
Пример #2
0
 public BM_ApartmentController(IBM_ApartmentService _BM_ApartmentService, IBM_BuildingService _BM_BuildingService, IBM_FloorService _BM_FloorService, IBM_ResidentService _BM_ResidentService, IBM_ResidentGroupService _BM_ResidentGroupService, IBM_ApartmentUseService _BM_ApartmentUseService, IBM_Building_ServiceService _BM_Building_ServiceService, IBM_Apartment_MemberService _BM_Apartment_MemberService, IBM_Apartment_ServiceService _BM_Apartment_ServiceService)
 {
     this._BM_ApartmentService         = _BM_ApartmentService;
     this._BM_Apartment_MemberService  = _BM_Apartment_MemberService;
     this._BM_BuildingService          = _BM_BuildingService;
     this._BM_FloorService             = _BM_FloorService;
     this._BM_ResidentService          = _BM_ResidentService;
     this._BM_ResidentGroupService     = _BM_ResidentGroupService;
     this._BM_ApartmentUseService      = _BM_ApartmentUseService;
     this._BM_Building_ServiceService  = _BM_Building_ServiceService;
     this._BM_Apartment_ServiceService = _BM_Apartment_ServiceService;
 }