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