예제 #1
0
        public List <RegistrationModel> GetRegByStarsId(string starsId)
        {
            RegistrationRepository _regProfile = new RegistrationRepository();

            return(_regProfile.GetRegByStarsId(starsId));
        }