示例#1
0
 public DTO.ResponseService <DataSet> GetRequesPersontLicenseByIdCard(string idCard)
 {
     return(svc.GetRequesPersontLicenseByIdCard(idCard));
 }