Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddArtistAsync(Chinook.UI.WebForm.MantenimientoServices.Artist artist)
 {
     return(base.Channel.AddArtistAsync(artist));
 }
Exemplo n.º 2
0
 public bool AddArtist(Chinook.UI.WebForm.MantenimientoServices.Artist artist)
 {
     return(base.Channel.AddArtist(artist));
 }