Esempio n. 1
0
 public int UpdateQuotation(QuotationModel model)
 {
     return(QuotationBAL.UpdateQuotation(model));
 }