Beispiel #1
0
 public DTO.ResponseService <DTO.LicenseTypet[]> GetLicensetypeList(string agenttype)
 {
     return(svc.GetLicenseList(agenttype));
 }