Пример #1
0
 public ContractItemService()
 {
     _contractItemRepository     = new ContractItemlRepository();
     _sessionRepository          = new SessionRepository();
     _showTypeRepository         = new ShowTypeRepository();
     _productScheduleShowService = new ProductScheduleShowService();
 }
 public ContractService()
 {
     _ContractRepository     = new ContractRepository();
     _contractItemService    = new ContractItemService();
     _contractTypeRepository = new ShowTypeRepository();
     _customerService        = new CustomerService();
 }
 public CostRuleService()
 {
     _CostRuleRepository = new CostRuleRepository();
     _sessionRepository  = new SessionRepository();
     _showTypeRepository = new ShowTypeRepository();
 }
 public ShowTypeService()
 {
     _ShowTypeRepository = new ShowTypeRepository();
 }