public ClientContextSeedData(EvictionDevContext context)
 {
     _context = context;
 }
Пример #2
0
 public ClientRepository(EvictionDevContext context)
 {
     _context = context;
 }