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)); }
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)); }