示例#1
0
 public BookService(SalesSystemDbContext context)
 => _context = context;
示例#2
0
 public DefaultEditionCreator(SalesSystemDbContext context)
 {
     _context = context;
 }
示例#3
0
 public UtilityService(SalesSystemDbContext context)
 => _context = context;
示例#4
0
 public InitialDbBuilder(SalesSystemDbContext context)
 {
     this._context = context;
 }
 public CustomerService(SalesSystemDbContext context)
 => _context = context;
示例#6
0
 public TestDataCreator(SalesSystemDbContext context)
 {
     this._context = context;
 }
 public OrderService(SalesSystemDbContext context)
 => _context = context;