예제 #1
0
 public DTO.ResponseService <DTO.Registration> getPDetailByIDCard(string idCard)
 {
     return(svc.getPDetailByIDCard(idCard));
 }