Example #1
0
        public IEnumerable <IMove> GetAllThrowsWhereCharacterNameIs(string name)
        {
            var foundCharacter = GetSingleByName(name);

            return(_moveService.GetAllThrowsForCharacter(foundCharacter));
        }