Example #1
0
 public async Task <ObservableCollection <Seguidores> > GetSeguidores(string idProveedor)
 {
     try
     {
         return(await Task.Factory.FromAsync(proxy.BeginGetSeguidores(idProveedor, null, null), proxy.EndGetSeguidores));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }