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