コード例 #1
0
 public ControllerCatalog()
 {
     dbc = new DBController();
     ec = new EmployeeCatalog();
     tc = new TaskCatalog();
     oc = new OrderCatalog();
     cc = new CustomerCatalog();
     ofc = new OfferCatalog();
     ic = new ItemCatalog();
     xml = new XML();
 }
コード例 #2
0
ファイル: DomainModel.cs プロジェクト: MiltonNB/Hovmand
 private DomainModel()
 {
     _contactCatalog  = new ContactCatalog();
     _customerCatalog = new CustomerCatalog();
     _leadCatalog     = new LeadCatalog();
     _locationCatalog = new LocationCatalog();
     _offerCatalog    = new OfferCatalog();
     _pipelineCatalog = new PipelineCatalog();
     _productCatalog  = new ProductCatalog();
     _userCatalog     = new UserCatalog();
 }