Beispiel #1
0
 public System.IAsyncResult BeginRecuperarPropostas(WCFVideos.Proxy.Status status, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginRecuperarPropostas(status, callback, asyncState));
 }
Beispiel #2
0
 public WCFVideos.Proxy.Proposta[] RecuperarPropostas(WCFVideos.Proxy.Status status)
 {
     return(base.Channel.RecuperarPropostas(status));
 }