Beispiel #1
0
 public System.Threading.Tasks.Task <FiitEmailService.notifyResponse> notifyAsync(string team_id, string password, string email, string subject, string message)
 {
     FiitEmailService.notifyRequest inValue = new FiitEmailService.notifyRequest();
     inValue.team_id  = team_id;
     inValue.password = password;
     inValue.email    = email;
     inValue.subject  = subject;
     inValue.message  = message;
     return(((FiitEmailService.EmailPortType)(this)).notifyAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <FiitEmailService.notifyResponse> FiitEmailService.EmailPortType.notifyAsync(FiitEmailService.notifyRequest request)
 {
     return(base.Channel.notifyAsync(request));
 }