コード例 #1
0
 public ProductController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }
コード例 #2
0
 public BookingController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }