예제 #1
0
 public async Task EnviarNotificacionPlato(string idProve, string plato, string prove, string precio, string imageProv, string imagePlat)
 {
     try
     {
         await Task.Factory.FromAsync(proxy.BeginEnviarNotificacionPlato(idProve, plato, prove, precio, imageProv, imagePlat, null, null), proxy.EndEnviarNotificacionPlato);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }