public CategoryRepository(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }
Exemple #2
0
 public CategoryQuery(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }