/// <summary> /// Constructor /// </summary> public Application() { _published = new Published(); ErrorPages = new ErrorPages(_published); ErrorPages.PublishErrorImage(); PublishService(new WebServiceContent { Address = AutocompleteService.Address, ContentType = "application/json", Method = "POST", Factory = () => new AutocompleteService() }); }
/// <summary> /// Constructor /// </summary> public Application() { _published = new Published(); ErrorPages = new ErrorPages(_published); ErrorPages.PublishErrorImage(); }