Example #1
0
 public Controller(Repository.RepoInterface<Leguma> repo)
 {
     this.repo = repo;
     this.readFromFile("input.txt");
     this.writeToFile(this.whatToWrite());
 }
Example #2
0
 public Controller(Repository.RepoInterface <Leguma> repo)
 {
     this.repo = repo;
     this.readFromFile("input.txt");
     this.writeToFile(this.whatToWrite());
 }