Beispiel #1
0
 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));
 }
Beispiel #2
0
 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);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Movies.Desktop.RolesServiceReference.GetRoleResponse> Movies.Desktop.RolesServiceReference.RolesServiceSoap.GetRoleAsync(Movies.Desktop.RolesServiceReference.GetRoleRequest request)
 {
     return(base.Channel.GetRoleAsync(request));
 }
Beispiel #4
0
 Movies.Desktop.RolesServiceReference.GetRoleResponse Movies.Desktop.RolesServiceReference.RolesServiceSoap.GetRole(Movies.Desktop.RolesServiceReference.GetRoleRequest request)
 {
     return(base.Channel.GetRole(request));
 }