Example #1
0
 public bool AssetExists(long id)
 {
     return(repository.AssetExists(id));
 }