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