public SeedData(MasterRadDbContext context) { _context = context; }
public EmployeeService(MasterRadDbContext context) { _context = context; }
public TransactionService(MasterRadDbContext context, IHttpContextAccessor httpContext) { _context = context; _httpContext = httpContext; }
public CourierService(MasterRadDbContext context) { _context = context; }
public CustomerService(MasterRadDbContext context) { _context = context; }