Esempio n. 1
0
 public int SaveService(QuotationServicesModel model)
 {
     return(QuotationBAL.SaveService(model));
 }