Esempio n. 1
0
        public MentorTechStackResponse AddMentorTechStack(MentorTechStackRequest techStack)
        {
            var responseData = _mentorRepository.AddMentorTechStack(techStack);

            return(responseData);
        }