Example #1
0
 public AxlNetClient.ListDateTimeGroupRes listDateTimeGroup(AxlNetClient.ListDateTimeGroupReq listDateTimeGroup1)
 {
     AxlNetClient.listDateTimeGroupRequest inValue = new AxlNetClient.listDateTimeGroupRequest();
     inValue.listDateTimeGroup = listDateTimeGroup1;
     AxlNetClient.listDateTimeGroupResponse retVal = ((AxlNetClient.AXLPort24)(this)).listDateTimeGroup(inValue);
     return(retVal.listDateTimeGroupResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDateTimeGroupResponse> listDateTimeGroupAsync(AxlNetClient.ListDateTimeGroupReq listDateTimeGroup)
 {
     AxlNetClient.listDateTimeGroupRequest inValue = new AxlNetClient.listDateTimeGroupRequest();
     inValue.listDateTimeGroup = listDateTimeGroup;
     return(((AxlNetClient.AXLPort24)(this)).listDateTimeGroupAsync(inValue));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.listDateTimeGroupResponse> listDateTimeGroupAsync(AxlNetClient.ListDateTimeGroupReq listDateTimeGroup)
 {
     return(axlPortClient24.listDateTimeGroupAsync(listDateTimeGroup));
 }
Example #4
0
 public AxlNetClient.ListDateTimeGroupRes listDateTimeGroup(AxlNetClient.ListDateTimeGroupReq listDateTimeGroup1)
 {
     return(axlPortClient24.listDateTimeGroup(listDateTimeGroup1));
 }