예제 #1
0
 public InviteRepository(StudyAPIContext context)
     : base(context)
 {
 }
예제 #2
0
 public GenericRepository(StudyAPIContext context)
 {
     Context = context;
     _dbSet  = context.Set <TEntity>();
 }
예제 #3
0
 public VolunteerTokenRepository(StudyAPIContext context)
     : base(context)
 {
 }
예제 #4
0
 public OrganisationRepository(StudyAPIContext context)
     : base(context)
 {
 }