Example #1
0
 public DTO.ResponseService <DTO.Person> GetUserProfile(string Id, string memType)
 {
     return(svc.GetUserProfile(Id, memType));
 }