Exemplo n.º 1
0
 public bool UpdateQuotation(Quotation quotation)
 {
     ClientQuotationHandler myHandler = new ClientQuotationHandler(); return(myHandler.UpdateQuotation(quotation));
 }
Exemplo n.º 2
0
 public bool DeleteQuotation(int QuotationID)
 {
     ClientQuotationHandler myHandler = new ClientQuotationHandler(); return(myHandler.DeleteQuotation(QuotationID));
 }