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