public ProductQuery(AdventureWorksContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ProductCommand(AdventureWorksContext context)
 {
     _context = context;
 }