Exemplo n.º 1
0
 public bool SendEmail(ORG_Quote QuoteData, string to, string subject, params MailAttachment[] attachments)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public ORG_Quote SaveQuote(ORG_Quote QuoteData)
 {
     throw new NotImplementedException();
 }