Exemple #1
0
 public GearController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }
Exemple #2
0
 public PlaybookController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }
Exemple #3
0
 public ImprovementController(IRepositoryMotWDeck Repo)
 {
     this.Repo = Repo;
 }