Пример #1
0
 public QuoteProducts Update(QuoteProducts quoteToUpdate)
 {
     // SaveChanges()
     throw new NotImplementedException();
 }
Пример #2
0
 public QuoteProducts AddNew(QuoteProducts newQuote)
 {
     // SaveChanges()
     throw new NotImplementedException();
 }