Exemplo n.º 1
0
 public async Task <ContratoPublicacionPc> GetProductoPorIdProducto(int idPublicacion)
 {
     try
     {
         return(await _coFachada.GetProductoPorIdProducto(idPublicacion));
     }
     catch (COExcepcion e)
     {
         throw e;
     }
 }