예제 #1
0
        internal IList List(Type type, IConnectionContext cc, Region region)
        {
            var cmd = GetCommand();

            return(cc.List(type, cmd, region));
        }