public Repository(ContextDb context)
 {
     _context = context;
 }
Beispiel #2
0
 public RepositoryAsync(ContextDb context)
 {
     _context = context;
 }