Пример #1
0
        public SearchAlbumsCommandTests()
        {
            _command = new SearchCommand(MAuth.Object, "By the throat")
                       {
                           Page = 2,
                           Count = 3
                       };

            _command.SetParameters();
        }
Пример #2
0
        public SearchAlbumsCommandTests()
        {
            _command = new SearchCommand(MAuth.Object, "By the throat")
            {
                Page  = 2,
                Count = 3
            };

            _command.SetParameters();
        }