コード例 #1
0
 public HeroDeckBLC(IHeroBLC heroBLC)
 {
     _heroBLC = heroBLC;
 }
コード例 #2
0
 public HeroController(IHeroBLC blc)
 {
     _blc = blc;
 }