Esempio n. 1
0
 public QuotationServicesModel GetServiceByID(int ID)
 {
     return(QuotationBAL.GetServiceByID(ID));
 }