Example #1
0
 public CustomerAddressController()
 {
     _ctx = new DashboardEntities();
 }
Example #2
0
 public CustomerContactController()
 {
     _ctx = new DashboardEntities();
 }
Example #3
0
 public ProductTermsConditionsController()
 {
     _ctx = new DashboardEntities();
 }
Example #4
0
 public ProductWarrantyController()
 {
     _ctx = new DashboardEntities();
 }
Example #5
0
 public ProductSectionController()
 {
     _ctx = new DashboardEntities();
 }
Example #6
0
 public ProductTechnicalController()
 {
     _ctx = new DashboardEntities();
 }
Example #7
0
 public CityController()
 {
     _ctx = new DashboardEntities();
 }
Example #8
0
 public ProductReviewController()
 {
     _ctx = new DashboardEntities();
 }
Example #9
0
 public ProductImageController()
 {
     _ctx = new DashboardEntities();
 }
Example #10
0
 public ProductReferenceController()
 {
     _ctx = new DashboardEntities();
 }
Example #11
0
 public ProductInventoryController()
 {
     _ctx = new DashboardEntities();
 }
Example #12
0
 public ProductIngredientsController()
 {
     _ctx = new DashboardEntities();
 }
Example #13
0
 public ProductDeliverytimeController()
 {
     _ctx = new DashboardEntities();
 }
Example #14
0
 public ServiceAbilityController()
 {
     _ctx = new DashboardEntities();
 }
Example #15
0
 public PropertyController()
 {
     _ctx = new DashboardEntities();
 }