예제 #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));
 }