Exemplo n.º 1
0
        public int GetNumberForName(string name)
        {
            var service = new NameService();

            return(service.CalulateNumerologyForName(name));
        }