Esempio n. 1
0
 public int DeleteQuotation(int ID, string UserName)
 {
     return(QuotationBAL.QuotationDelete(ID, UserName));
 }