예제 #1
0
 public bool Register(string user_no, string user_pwd, string user_name)
 {
     StudentManagePro.UserinfoService.RegisterRequest inValue = new StudentManagePro.UserinfoService.RegisterRequest();
     inValue.Body           = new StudentManagePro.UserinfoService.RegisterRequestBody();
     inValue.Body.user_no   = user_no;
     inValue.Body.user_pwd  = user_pwd;
     inValue.Body.user_name = user_name;
     StudentManagePro.UserinfoService.RegisterResponse retVal = ((StudentManagePro.UserinfoService.UserinfoServiceSoap)(this)).Register(inValue);
     return(retVal.Body.RegisterResult);
 }
예제 #2
0
 StudentManagePro.UserinfoService.RegisterResponse StudentManagePro.UserinfoService.UserinfoServiceSoap.Register(StudentManagePro.UserinfoService.RegisterRequest request)
 {
     return(base.Channel.Register(request));
 }