示例#1
0
 public UserInformationsController()
 {
     context = new SellingComponentsDBContext();
 }
示例#2
0
 public CatalogsController()
 {
     context = new SellingComponentsDBContext();
 }
示例#3
0
 public OrdersController()
 {
     context = new SellingComponentsDBContext();
 }
 public ClassifiesController()
 {
     context = new SellingComponentsDBContext();
 }
 public ComboesController()
 {
     context = new SellingComponentsDBContext();
 }
 public ProductsController()
 {
     context      = new SellingComponentsDBContext();
     contextWrite = new SellingComponentsDBContext();
 }