示例#1
0
 public async Task <IHttpActionResult> GetListProductos(int ProID)
 {
     try
     {
         return(Json(await _Producto.GetListProducto(ProID)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }