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