BLL.AsistenciasDetalle.Listar C# (CSharp) Method

Listar() public method

public Listar ( string FiltroWhere ) : DataTable
FiltroWhere string
return System.Data.DataTable
        public DataTable Listar(string FiltroWhere)
        {

            return Conexion.BuscarDb("Select * from AsistenciasDetalle Where " + FiltroWhere);
        }