Esempio n. 1
0
 public static bool AddItemToExistingQuote(InsuredItem item)
 {
     return(DbContext.AddItemToExistingQuote(item));
 }