Beispiel #1
0
 public CompanyBL()
 {
     _unitOfWork             = GetUnitOfWork();
     cityService             = new CityBL(_unitOfWork);
     employeeService         = new EmployeeBL(_unitOfWork);
     paymentTermService      = new PaymentTermBL(_unitOfWork);
     paymentModeService      = new PaymentModeBL(_unitOfWork);
     accountStatusService    = new AccountStatusBL(_unitOfWork);
     accountTypeService      = new AccountTypeBL(_unitOfWork);
     businessTypeService     = new BusinessTypeBL(_unitOfWork);
     industryService         = new IndustryBL(_unitOfWork);
     organizationTypeService = new OrganizationTypeBL(_unitOfWork);
     billingPeriodService    = new BillingPeriodBL(_unitOfWork);
 }
Beispiel #2
0
 public ExpressRateBL()
 {
     _unitOfWork      = GetUnitOfWork();
     cityService      = new CityBL(_unitOfWork);
     commodityService = new CommodityTypeBL(_unitOfWork);
 }
 public ClientBL()
 {
     _unitOfWork    = GetUnitOfWork();
     cityService    = new CityBL(_unitOfWork);
     companyService = new CompanyBL(_unitOfWork);
 }
 public GatewaySatOfficeBL()
 {
     _unitOfWork    = GetUnitOfWork();
     cityService    = new CityBL(_unitOfWork);
     clusterService = new ClusterBL(_unitOfWork);
 }
Beispiel #5
0
 public AreaBL()
 {
     _unitOfWork    = GetUnitOfWork();
     cityService    = new CityBL(_unitOfWork);
     clusterService = new ClusterBL(_unitOfWork);
 }