Example #1
0
 public async Task <long> GetComentariosNuevos(string idPlato, DateTime fecha)
 {
     try
     {
         return(await Task.Factory.FromAsync(proxy.BeginGetComentariosNuevos(idPlato, fecha, null, null), proxy.EndGetComentariosNuevos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }