Example #1
0
        //E_Model.School DataRowToModel(DataRow row);

        public DataSet GetList(string strWhere)
        {
            return(dal.GetList(strWhere));
        }