public ProductController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }
Esempio n. 2
0
 public BookingController(HeroApiManager heroApiManager)
 {
     this._heroApiManager = heroApiManager;
 }