Beispiel #1
0
 public ImportFromDiskController(PlagiatorContext context, ISongRepository SongRepository)
 {
     this.SongRepository = SongRepository;
 }
Beispiel #2
0
 public SongRepository(PlagiatorContext context)
 {
     Context = context;
 }
Beispiel #3
0
 public StatisticsController(PlagiatorContext context)
 {
     Context = context;
 }