Exemplo n.º 1
0
 public GearController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }
Exemplo n.º 2
0
 public PlaybookController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }
Exemplo n.º 3
0
 public ImprovementController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }