Example #1
0
 public SpotServices(ISpotBusiness spotBusiness)
 {
     _spotBusiness = spotBusiness;
 }
Example #2
0
 public SpotController(ISpotBusiness spotBusiness, IHostingEnvironment webhost)
 {
     _spotBusiness = spotBusiness;
     _webHostb     = webhost;
 }