Beispiel #1
0
 public BookAnalyzer(IBookLoader loader, IWordCounter counter, IPrimeTestable tester, string path)
 {
     bookLoader  = loader;
     wordCounter = counter;
     primeTester = tester;
     bookPath    = path;
 }