Beispiel #1
0
 public SeedData(MasterRadDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public EmployeeService(MasterRadDbContext context)
 {
     _context = context;
 }
 public TransactionService(MasterRadDbContext context, IHttpContextAccessor httpContext)
 {
     _context     = context;
     _httpContext = httpContext;
 }
Beispiel #4
0
 public CourierService(MasterRadDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public CustomerService(MasterRadDbContext context)
 {
     _context = context;
 }