コード例 #1
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 public System.Threading.Tasks.Task <bool> SendChangedNotificationsMailAsync(string fromAddress, string toAddress, Gro.Infrastructure.Data.EmailService.SmsNotification notifications, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto user, string ticket)
 {
     return(base.Channel.SendChangedNotificationsMailAsync(fromAddress, toAddress, notifications, user, ticket));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 public bool SendChangedNotificationsMail(string fromAddress, string toAddress, Gro.Infrastructure.Data.EmailService.SmsNotification notifications, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto user, string ticket)
 {
     return(base.Channel.SendChangedNotificationsMail(fromAddress, toAddress, notifications, user, ticket));
 }