示例#1
0
 public Order_ServicesController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#2
0
 public ServiceRequestsController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#3
0
 public CustomersController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#4
0
 public OrderStatusesController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#5
0
 public AdminsController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#6
0
 public CarePartnersController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#7
0
 public AccountsController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#8
0
 public ServiceTypesController(CareOnDemandContext context)
 {
     _context = context;
 }
 public AddressesController(CareOnDemandContext context)
 {
     _context = context;
 }
示例#10
0
 public PaymentMethodsController(CareOnDemandContext context)
 {
     _context = context;
 }
 public OrderForsController(CareOnDemandContext context)
 {
     _context = context;
 }