コード例 #1
0
 public ProductUnitService(FLSDbContext _context, IScopeContext _scopeContext)
 {
     context      = _context;
     scopeContext = _scopeContext;
 }
コード例 #2
0
 public ProductSubgroupService(FLSDbContext _context, IScopeContext _scopeContext)
 {
     context      = _context;
     scopeContext = _scopeContext;
 }