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