示例#1
0
 public MyInvoiceController()
 {
     _context = new Products_DBEntities2();
 }
示例#2
0
 public ItemController()
 {
     _context = new Products_DBEntities2();
 }
示例#3
0
 public StoreController()
 {
     _context = new Products_DBEntities2();
 }