Exemplo n.º 1
0
 public DedicatoryController()
 {
     this.presentListService = new PresentListService();
 }
Exemplo n.º 2
0
 public PresentListController()
 {
     this.presentListService = new PresentListService();
 }