예제 #1
0
 public C_CRUD.CRUDService.Student[] GetAll()
 {
     C_CRUD.CRUDService.GetAllRequest inValue = new C_CRUD.CRUDService.GetAllRequest();
     inValue.Body = new C_CRUD.CRUDService.GetAllRequestBody();
     C_CRUD.CRUDService.GetAllResponse retVal = ((C_CRUD.CRUDService.studentSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <C_CRUD.CRUDService.GetAllResponse> GetAllAsync()
 {
     C_CRUD.CRUDService.GetAllRequest inValue = new C_CRUD.CRUDService.GetAllRequest();
     inValue.Body = new C_CRUD.CRUDService.GetAllRequestBody();
     return(((C_CRUD.CRUDService.studentSoap)(this)).GetAllAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <C_CRUD.CRUDService.GetAllResponse> C_CRUD.CRUDService.studentSoap.GetAllAsync(C_CRUD.CRUDService.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
예제 #4
0
 C_CRUD.CRUDService.GetAllResponse C_CRUD.CRUDService.studentSoap.GetAll(C_CRUD.CRUDService.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }