public CategoryRepository(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }
Пример #2
0
 public CategoryQuery(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }