예제 #1
0
 public DTO.ResponseService <DTO.ConfigDocument[]> GetLicenseConfigByPetition(string petitionType, string licenseType)
 {
     return(svc.GetLicenseConfigByPetition(petitionType, licenseType));
 }