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