Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> SendRegistrationMailAsync(string fromAddress, Gro.Infrastructure.Data.EmailService.RegistrateUserRequestDto registrateUser, string subject, string body, string ticket)
 {
     return(base.Channel.SendRegistrationMailAsync(fromAddress, registrateUser, subject, body, ticket));
 }
Esempio n. 2
0
 public bool SendRegistrationMail(string fromAddress, Gro.Infrastructure.Data.EmailService.RegistrateUserRequestDto registrateUser, string subject, string body, string ticket)
 {
     return(base.Channel.SendRegistrationMail(fromAddress, registrateUser, subject, body, ticket));
 }