public CategoryRepository(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }
Ejemplo n.º 2
0
 public CategoryQuery(IDecouplingODataContext context)
 {
     _context = (DecouplingODataContext)context;
 }