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