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