public TournamentsController(FlutterContext context) { _context = context; }
public EfGenericRepository() { context = new FlutterContext(); context.ChangeTracker.LazyLoadingEnabled = false; }
public UserController(FlutterContext context) { _ctx = context; }
public UsersController(FlutterContext context) { _context = context; }