public UserAddressesController(ThribeDbContext context)
 {
     _context = context;
 }
 public AppMessagesController(ThribeDbContext context)
 {
     _context = context;
 }
 public JobsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #4
0
 public SkillsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #5
0
 public UserService(ThribeDbContext context)
 {
     _context = context;
 }
Example #6
0
 public GetQuestionsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #7
0
 public ServiceCategoriesController(ThribeDbContext context)
 {
     _context = context;
 }
 public UserSelectionsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #9
0
 public SupportsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #10
0
 public OrderProcessingsController(ThribeDbContext context)
 {
     _context = context;
 }
 public AnswersController(ThribeDbContext context)
 {
     _context = context;
 }
 public LocationsController(ThribeDbContext context)
 {
     _context = context;
 }
Example #13
0
 public OrdersController(ThribeDbContext context)
 {
     _context = context;
 }
Example #14
0
 public AppUsersController(ThribeDbContext context)
 {
     _context = context;
 }
Example #15
0
 public PromoCodesController(ThribeDbContext context)
 {
     _context = context;
 }