Example #1
0
 public AdController()
 {
     _service = new AdExpressWcfServiceClient();
 }
Example #2
0
 static Dropdownhelper()
 {
     _service = new AdExpressWcfServiceClient();
 }
Example #3
0
 public AssociationController()
 {
     _associations = new List <AssociationViewModel>();
     _service      = new AdExpressWcfServiceClient();
 }
Example #4
0
 public NewspaperController()
 {
     _service = new AdExpressWcfServiceClient();
 }