示例#1
0
 public DTO.ResponseService <DTO.Person> GetUserProfileById(string Id)
 {
     return(svc.GetUserProfileById(Id));
 }