Beispiel #1
0
 public UsersController(WanderListContext context)
 {
     _context = context;
 }
 public LocationsController(WanderListContext context)
 {
     _context = context;
 }