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