예제 #1
0
 public DTO.ResponseService <string> DeleteLicenseType(string licensecode)
 {
     return(svc.DeleteLicensetype(licensecode));
 }