public System.Threading.Tasks.Task <Movies.Desktop.RolesServiceReference.GetRoleResponse> GetRoleAsync(int id) { Movies.Desktop.RolesServiceReference.GetRoleRequest inValue = new Movies.Desktop.RolesServiceReference.GetRoleRequest(); inValue.Body = new Movies.Desktop.RolesServiceReference.GetRoleRequestBody(); inValue.Body.id = id; return(((Movies.Desktop.RolesServiceReference.RolesServiceSoap)(this)).GetRoleAsync(inValue)); }
public Movies.Desktop.RolesServiceReference.Role GetRole(int id) { Movies.Desktop.RolesServiceReference.GetRoleRequest inValue = new Movies.Desktop.RolesServiceReference.GetRoleRequest(); inValue.Body = new Movies.Desktop.RolesServiceReference.GetRoleRequestBody(); inValue.Body.id = id; Movies.Desktop.RolesServiceReference.GetRoleResponse retVal = ((Movies.Desktop.RolesServiceReference.RolesServiceSoap)(this)).GetRole(inValue); return(retVal.Body.GetRoleResult); }
System.Threading.Tasks.Task <Movies.Desktop.RolesServiceReference.GetRoleResponse> Movies.Desktop.RolesServiceReference.RolesServiceSoap.GetRoleAsync(Movies.Desktop.RolesServiceReference.GetRoleRequest request) { return(base.Channel.GetRoleAsync(request)); }
Movies.Desktop.RolesServiceReference.GetRoleResponse Movies.Desktop.RolesServiceReference.RolesServiceSoap.GetRole(Movies.Desktop.RolesServiceReference.GetRoleRequest request) { return(base.Channel.GetRole(request)); }