Exemple #1
0
 public bool Exists(IUniqueItem item, IUser owner)
 {
     return(false);
 }
Exemple #2
0
 public void Delete(IUniqueItem item, IUser owner)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public IChord Get(IUniqueItem item, IUser owner)
 {
     throw new ArgumentException("Unable to find requested item: fake registry is always empty!", nameof(item));
 }