Exemplo n.º 1
0
        public static DataTable SelectOne(string DtoName, string table, string strWhere)
        {
            IMapping  Mapping = MappingFactory.CreatMapping(DtoName);
            DataTable dt      = CommonDal.GetOneByWhere(table, strWhere);

            return(dt);
        }