public ServicesController(CarRescueContext context) { _context = context; }
public NotificationsController(CarRescueContext context) { _context = context; }
public UsersController(CarRescueContext context, IHostingEnvironment hostingEnvironment) { _context = context; _hostingEnvironment = hostingEnvironment; }
public OrderProcesses() { _context = new CarRescueContext(); }
public OrdersController(CarRescueContext context) { _context = context; }
public ReportsController(CarRescueContext context) { _context = context; }
public NotificationProvider( ) { _context = new CarRescueContext(); }
public RatingsController(CarRescueContext context) { _context = context; }