public BillboardsController() { _billboardsService = ServiceLocator.Current.GetService <IBillboardsService>(); }
public BillboardsController() { _billboardsService = ServiceLocator.Current.GetService<IBillboardsService>(); }