Ejemplo n.º 1
0
 public SpotServices(ISpotBusiness spotBusiness)
 {
     _spotBusiness = spotBusiness;
 }
Ejemplo n.º 2
0
 public SpotController(ISpotBusiness spotBusiness, IHostingEnvironment webhost)
 {
     _spotBusiness = spotBusiness;
     _webHostb     = webhost;
 }