public ImportFromDiskController(PlagiatorContext context, ISongRepository SongRepository) { this.SongRepository = SongRepository; }
public SongRepository(PlagiatorContext context) { Context = context; }
public StatisticsController(PlagiatorContext context) { Context = context; }