예제 #1
0
 public bool SendEmail(ORG_Quote QuoteData, string to, string subject, params MailAttachment[] attachments)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public ORG_Quote SaveQuote(ORG_Quote QuoteData)
 {
     throw new NotImplementedException();
 }