コード例 #1
0
 public DTO.ResponseService <string> AddLicenseType(DTO.LicenseTypet licensettype)
 {
     return(svc.AddLicenseType(licensettype));
 }