Esempio n. 1
0
 public ProductServiceBak()
 {
     Context = new SuperMContext();
 }
Esempio n. 2
0
 public GroupService()
 {
     Context = new SuperMContext();
 }
Esempio n. 3
0
 public ShoppingService()
 {
     _context = new SuperMContext();
 }
Esempio n. 4
0
 public TypeService()
 {
     Context = new SuperMContext();
 }
Esempio n. 5
0
 public InventoryService()
 {
     Context = new SuperMContext();
 }
Esempio n. 6
0
 public OrderService()
 {
     Context = new SuperMContext();
 }
Esempio n. 7
0
 public ShoppingCartService()
 {
     Context = new SuperMContext();
 }
Esempio n. 8
0
 public DepartmentService()
 {
     Context = new SuperMContext();
 }
Esempio n. 9
0
 public CompanyService()
 {
     Context = new SuperMContext();
 }
Esempio n. 10
0
 public OrderHistoriesService()
 {
     Context = new SuperMContext();
 }
Esempio n. 11
0
 public PositionService()
 {
     Context = new SuperMContext();
 }
Esempio n. 12
0
 public CategoryService()
 {
     Context = new SuperMContext();
 }
Esempio n. 13
0
 public StockInService()
 {
     Context = new SuperMContext();
 }
Esempio n. 14
0
 public OrderDetailsService()
 {
     Context = new SuperMContext();
 }
Esempio n. 15
0
 public ChackOutService()
 {
     Context = new SuperMContext();
 }
Esempio n. 16
0
 public ProductHistoriesService()
 {
     Context = new SuperMContext();
 }
Esempio n. 17
0
 public ProductTypeService()
 {
     Context = new SuperMContext();
 }
Esempio n. 18
0
 public EmployeeService()
 {
     Context = new SuperMContext();
 }
Esempio n. 19
0
 public SupplierService()
 {
     Context = new SuperMContext();
 }
Esempio n. 20
0
 public PermissionService()
 {
     Context = new SuperMContext();
 }
Esempio n. 21
0
 public ProductService()
 {
     this._context = new SuperMContext();
 }