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