Esempio n. 1
0
 public GuideRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 2
0
 public TeamRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 3
0
 public CommentRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 4
0
 public TrainingRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 5
0
 public ReviewRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 6
0
 public GameProfileRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 7
0
 public ScheduleIntervalRepository(ESportSchoolDbContext context) : base(context)
 {
 }
Esempio n. 8
0
 protected Repository(ESportSchoolDbContext context)
 {
     _db = context;
 }