Ejemplo n.º 1
0
 public MapController(NoFlyingBusiness noFlyingBusiness)
 {
     _noFlyingBusiness = noFlyingBusiness;
 }
Ejemplo n.º 2
0
 public CornyxController(NoFlyingBusiness noFlyingBusiness)
 {
     _noFlyingBusiness = noFlyingBusiness;
 }