Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WebSiteSpotyHitss.SpotyHitssProxy.OperationResultOfint> InsertSongAsync(WebSiteSpotyHitss.SpotyHitssProxy.Song song)
 {
     return(base.Channel.InsertSongAsync(song));
 }
Ejemplo n.º 2
0
 public WebSiteSpotyHitss.SpotyHitssProxy.OperationResultOfint InsertSong(WebSiteSpotyHitss.SpotyHitssProxy.Song song)
 {
     return(base.Channel.InsertSong(song));
 }