Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WSClient.ServiceReference1.Get_Top5StudentsResponse> Get_Top5StudentsAsync(string semester)
 {
     WSClient.ServiceReference1.Get_Top5StudentsRequest inValue = new WSClient.ServiceReference1.Get_Top5StudentsRequest();
     inValue.Body          = new WSClient.ServiceReference1.Get_Top5StudentsRequestBody();
     inValue.Body.semester = semester;
     return(((WSClient.ServiceReference1.WebService1Soap)(this)).Get_Top5StudentsAsync(inValue));
 }
Ejemplo n.º 2
0
 public string Get_Top5Students(string semester)
 {
     WSClient.ServiceReference1.Get_Top5StudentsRequest inValue = new WSClient.ServiceReference1.Get_Top5StudentsRequest();
     inValue.Body          = new WSClient.ServiceReference1.Get_Top5StudentsRequestBody();
     inValue.Body.semester = semester;
     WSClient.ServiceReference1.Get_Top5StudentsResponse retVal = ((WSClient.ServiceReference1.WebService1Soap)(this)).Get_Top5Students(inValue);
     return(retVal.Body.Get_Top5StudentsResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WSClient.ServiceReference1.Get_Top5StudentsResponse> WSClient.ServiceReference1.WebService1Soap.Get_Top5StudentsAsync(WSClient.ServiceReference1.Get_Top5StudentsRequest request)
 {
     return(base.Channel.Get_Top5StudentsAsync(request));
 }
Ejemplo n.º 4
0
 WSClient.ServiceReference1.Get_Top5StudentsResponse WSClient.ServiceReference1.WebService1Soap.Get_Top5Students(WSClient.ServiceReference1.Get_Top5StudentsRequest request)
 {
     return(base.Channel.Get_Top5Students(request));
 }