Esempio n. 1
0
 public VillainMenu(IVillainRepo repo, IMessagingService service)
 {
     this.repo           = repo;
     this.service        = service;
     this.villainService = new VillainService(repo);
     tasks = new VillainTasks();
 }