public ReviewApiRepository(IBenchContext context)
 {
     _context = context;
 }
Exemple #2
0
 public AccountRepository(IBenchContext context)
 {
     _context = context;
 }
Exemple #3
0
 public BenchRepository(IBenchContext context)
 {
     _context = context;
 }