예제 #1
0
 public FavoriteRestaurantsController(FoodFightContext context)
 {
     _context = context;
 }
예제 #2
0
 public MatchSessionsController(FoodFightContext context)
 {
     _context = context;
 }
예제 #3
0
 public RejectedRestaurantsController(FoodFightContext context)
 {
     _context = context;
 }
 public BlockedRestaurantsController(FoodFightContext context)
 {
     _context = context;
 }
 public MatchedRestaurantsController(FoodFightContext context)
 {
     _context = context;
 }
예제 #6
0
 public UserSettingsController(FoodFightContext context)
 {
     _context = context;
 }
 public SwipeListsController(FoodFightContext context)
 {
     _context = context;
 }
예제 #8
0
 public BlockedUsersController(FoodFightContext context)
 {
     _context = context;
 }
예제 #9
0
 public HomeController(ILogger <HomeController> logger, FoodFightContext context)
 {
     _logger  = logger;
     _context = context;
 }
예제 #10
0
 public ConnectedUsersController(FoodFightContext context)
 {
     _context = context;
 }
예제 #11
0
 public AcceptedRestaurantsController(FoodFightContext context)
 {
     _context = context;
 }