Exemplo n.º 1
0
 public void UpdateTarget(IChordTarget target)
 {
     _targetsRegistry.Update(target, Owner.FromPrincipal(User));
 }
Exemplo n.º 2
0
 public IUniqueItem Add(IChordTarget item, IUser owner)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
 public IUniqueItem AddTarget(IChordTarget target)
 {
     return(_targetsRegistry.Add(target, Owner.FromPrincipal(User)));
 }
Exemplo n.º 4
0
 public void Update(IChordTarget item, IUser owner)
 {
     throw new System.NotImplementedException();
 }