Articles.WCF.AlertsService.AlertsService C# (CSharp) Method

AlertsService() public method

public AlertsService ( ) : Articles.Data
return Articles.Data
        public AlertsService()
        {
            this.data = new AlertsData(ApplicationDbContext.Create());
        }
        public IEnumerable<AlertModel> GetAlerts()