Beispiel #1
0
        public Query <T> Count()
        {
            _translator.Count(this);

            return(this);
        }