示例#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));
 }
示例#3
0
 public System.Threading.Tasks.Task <bool> SendLostUserIdMailAsync(string fromAddress, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto lostUserIdUser, string subject, string body, string userId, string ticket)
 {
     return(base.Channel.SendLostUserIdMailAsync(fromAddress, lostUserIdUser, subject, body, userId, ticket));
 }
示例#4
0
 public bool SendLostUserIdMail(string fromAddress, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto lostUserIdUser, string subject, string body, string userId, string ticket)
 {
     return(base.Channel.SendLostUserIdMail(fromAddress, lostUserIdUser, subject, body, userId, ticket));
 }
示例#5
0
 public System.Threading.Tasks.Task <bool> SendNewPasswordMailAsync(string fromAddress, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto registrateUser, string subject, string body, string ticket)
 {
     return(base.Channel.SendNewPasswordMailAsync(fromAddress, registrateUser, subject, body, ticket));
 }
示例#6
0
 public bool SendNewPasswordMail(string fromAddress, Gro.Infrastructure.Data.EmailService.ActivateUserRequestDto registrateUser, string subject, string body, string ticket)
 {
     return(base.Channel.SendNewPasswordMail(fromAddress, registrateUser, subject, body, ticket));
 }