示例#1
0
 public TournamentsController(FlutterContext context)
 {
     _context = context;
 }
 public EfGenericRepository()
 {
     context = new FlutterContext();
     context.ChangeTracker.LazyLoadingEnabled = false;
 }
示例#3
0
 public UserController(FlutterContext context)
 {
     _ctx = context;
 }
示例#4
0
 public UsersController(FlutterContext context)
 {
     _context = context;
 }