Ejemplo n.º 1
0
 public void IncludedPartsSetting_Add(ISettings settings, Specification.Interfaces.IPartBase partToAttach)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void ExcludedPartsSetting_Remove(ISettings settings, Specification.Interfaces.IPartBase partToRemove)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void PerformanceAdd(ITrack track, Specification.Interfaces.Artists.IArtist artist, Specification.Interfaces.IPartBase part)
 {
     throw new NotImplementedException();
 }