Ejemplo n.º 1
0
 public string ApplyForGrant(ServiceClient.GrantApplicationService.GrantApplication application)
 {
     ServiceClient.GrantApplicationService.ApplyForGrantRequest inValue = new ServiceClient.GrantApplicationService.ApplyForGrantRequest();
     inValue.application = application;
     ServiceClient.GrantApplicationService.ApplyForGrantResponse retVal = ((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).ApplyForGrant(inValue);
     return(retVal.applicationId);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.ApplyForGrantResponse> ApplyForGrantAsync(ServiceClient.GrantApplicationService.GrantApplication application)
 {
     ServiceClient.GrantApplicationService.ApplyForGrantRequest inValue = new ServiceClient.GrantApplicationService.ApplyForGrantRequest();
     inValue.application = application;
     return(((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).ApplyForGrantAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.ApplyForGrantResponse> ServiceClient.GrantApplicationService.IGrantApplicationService.ApplyForGrantAsync(ServiceClient.GrantApplicationService.ApplyForGrantRequest request)
 {
     return(base.Channel.ApplyForGrantAsync(request));
 }
Ejemplo n.º 4
0
 ServiceClient.GrantApplicationService.ApplyForGrantResponse ServiceClient.GrantApplicationService.IGrantApplicationService.ApplyForGrant(ServiceClient.GrantApplicationService.ApplyForGrantRequest request)
 {
     return(base.Channel.ApplyForGrant(request));
 }