Esempio n. 1
0
        private ICommand Count(XTablePortable table, ICommand command)
        {
            long count = table.Count();

            return new CountCommand(count);
        }
Esempio n. 2
0
        private ICommand Count(XTablePortable table, ICommand command)
        {
            long count = table.Count();

            return(new CountCommand(count));
        }