示例#1
0
 public Registration Get(string UserId)
 {
     return(RegistrationRepository.GetByID(UserId));
 }