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