Exemple #1
0
 public MusicApp.MusicServiceProxy.Music[] SelectAll()
 {
     MusicApp.MusicServiceProxy.SelectAllRequest inValue = new MusicApp.MusicServiceProxy.SelectAllRequest();
     inValue.Body = new MusicApp.MusicServiceProxy.SelectAllRequestBody();
     MusicApp.MusicServiceProxy.SelectAllResponse retVal = ((MusicApp.MusicServiceProxy.MusicServiceSoap)(this)).SelectAll(inValue);
     return(retVal.Body.SelectAllResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <MusicApp.MusicServiceProxy.SelectAllResponse> SelectAllAsync()
 {
     MusicApp.MusicServiceProxy.SelectAllRequest inValue = new MusicApp.MusicServiceProxy.SelectAllRequest();
     inValue.Body = new MusicApp.MusicServiceProxy.SelectAllRequestBody();
     return(((MusicApp.MusicServiceProxy.MusicServiceSoap)(this)).SelectAllAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <MusicApp.MusicServiceProxy.SelectAllResponse> MusicApp.MusicServiceProxy.MusicServiceSoap.SelectAllAsync(MusicApp.MusicServiceProxy.SelectAllRequest request)
 {
     return(base.Channel.SelectAllAsync(request));
 }
Exemple #4
0
 MusicApp.MusicServiceProxy.SelectAllResponse MusicApp.MusicServiceProxy.MusicServiceSoap.SelectAll(MusicApp.MusicServiceProxy.SelectAllRequest request)
 {
     return(base.Channel.SelectAll(request));
 }