Example #1
0
 public IList <Specification.Interfaces.Musical.IPart> GetKnownPartsForTheTrack(Specification.Interfaces.Audio.ITrack track)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public IList <IGenre> Get(Specification.Interfaces.Audio.ITrack track)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public double DarwinScore_Get(IUser user, Specification.Interfaces.Audio.ITrack track)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void DarwinScore_Set(IUser currentUser, Specification.Interfaces.Audio.ITrack audioToSkip, double newDarwinScore)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public int?Grade_Get(IUser user, Specification.Interfaces.Audio.ITrack t)
 {
     throw new NotImplementedException();
 }