示例#1
0
 public DTO.ResponseService <IAS.DTO.ValidateLicense[]> GetPropLiecense(string licenseType, string pettionType, Int32 renewTime, Int32 groupId)
 {
     return(svc.GetPropLiecense(licenseType, pettionType, renewTime, groupId));
 }