Beispiel #1
0
 public AxlNetClient.ListUserProfileProvisionRes listUserProfileProvision(AxlNetClient.ListUserProfileProvisionReq listUserProfileProvision1)
 {
     AxlNetClient.listUserProfileProvisionRequest inValue = new AxlNetClient.listUserProfileProvisionRequest();
     inValue.listUserProfileProvision = listUserProfileProvision1;
     AxlNetClient.listUserProfileProvisionResponse retVal = ((AxlNetClient.AXLPort74)(this)).listUserProfileProvision(inValue);
     return(retVal.listUserProfileProvisionResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listUserProfileProvisionResponse> listUserProfileProvisionAsync(AxlNetClient.ListUserProfileProvisionReq listUserProfileProvision)
 {
     return(axlPortClient74.listUserProfileProvisionAsync(listUserProfileProvision));
 }
Beispiel #3
0
 public AxlNetClient.ListUserProfileProvisionRes listUserProfileProvision(AxlNetClient.ListUserProfileProvisionReq listUserProfileProvision1)
 {
     return(axlPortClient74.listUserProfileProvision(listUserProfileProvision1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listUserProfileProvisionResponse> listUserProfileProvisionAsync(AxlNetClient.ListUserProfileProvisionReq listUserProfileProvision)
 {
     AxlNetClient.listUserProfileProvisionRequest inValue = new AxlNetClient.listUserProfileProvisionRequest();
     inValue.listUserProfileProvision = listUserProfileProvision;
     return(((AxlNetClient.AXLPort74)(this)).listUserProfileProvisionAsync(inValue));
 }