コード例 #1
0
 public bool AssetLicenseExists(long id)
 {
     return(repository.AssetLicenseExists(id));
 }