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