コード例 #1
0
 internal object ObtenerProducto(string producto)
 {
     return(oProductoDao.GetProductosSinParametros(producto));
 }