Esempio n. 1
0
 public ProductUnitService(FLSDbContext _context, IScopeContext _scopeContext)
 {
     context      = _context;
     scopeContext = _scopeContext;
 }
Esempio n. 2
0
 public ProductSubgroupService(FLSDbContext _context, IScopeContext _scopeContext)
 {
     context      = _context;
     scopeContext = _scopeContext;
 }