コード例 #1
0
 public IList <Email> SendStatementEmail(EmailRequest emailRequest)
 {
     return(SendEmail(emailRequest));
 }