Exemplo n.º 1
0
 public QuoteProducts Update(QuoteProducts quoteToUpdate)
 {
     // SaveChanges()
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public QuoteProducts AddNew(QuoteProducts newQuote)
 {
     // SaveChanges()
     throw new NotImplementedException();
 }