Esempio n. 1
0
 public System.Collections.Generic.IList <BaseDatosGenNHibernate.EN.BaseDatos.ValoracionEN> GetAllValoracionesByProducto(int p_producto, int first, int size)
 {
     return(_IValoracionCAD.GetAllValoracionesByProducto(p_producto, first, size));
 }