Beispiel #1
0
        public string CreateUser(smSocialMediaProfile profile)
        {
            string response = _homeRepository.CreateUser(profile);

            return(response);
        }