Example #1
0
 public TrainingRepository(SzdDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public UserRepository(SzdDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public UnitOfWork(SzdDbContext context)
 {
     this.context = context;
 }
Example #4
0
 public InstructorRepository(SzdDbContext context)
 {
     this.context = context;
 }
Example #5
0
 public ResourceRepository(SzdDbContext context)
 {
     this.context = context;
 }