public ProductController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }
예제 #2
0
 public BookingController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }