Example #1
0
 public bool Exists(string id, SemanticVersion version)
 {
     return(_repository.Exists(id, version));
 }