Esempio n. 1
0
 public void CreateNewAuthenticationCode(string userName, string password, string authenticationCode, int userType, string addedBy)
 {
     PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeRequest inValue = new PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeRequest();
     inValue.Body                    = new PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeRequestBody();
     inValue.Body.userName           = userName;
     inValue.Body.password           = password;
     inValue.Body.authenticationCode = authenticationCode;
     inValue.Body.userType           = userType;
     inValue.Body.addedBy            = addedBy;
     PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeResponse retVal = ((PharmInventory.HCMISRegistrations.RegistrationsSoap)(this)).CreateNewAuthenticationCode(inValue);
 }
Esempio n. 2
0
 PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeResponse PharmInventory.HCMISRegistrations.RegistrationsSoap.CreateNewAuthenticationCode(PharmInventory.HCMISRegistrations.CreateNewAuthenticationCodeRequest request)
 {
     return(base.Channel.CreateNewAuthenticationCode(request));
 }