Пример #1
0
 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
 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));
 }