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