Exemple #1
0
 public TestController(IPotLuckEventRepository repository)
 {
     manager = new PotluckEventManager(repository);
 }
 public TestController(IPotLuckEventRepository repository)
 {
     manager = new PotluckEventManager(repository);
 }