OurUmbraco.NotificationsWeb.Services.NotificationService.NotificationService C# (CSharp) Method

NotificationService() public method

public NotificationService ( Umbraco.Core.DatabaseContext dbContext ) : System
dbContext Umbraco.Core.DatabaseContext
return System
        public NotificationService(DatabaseContext dbContext)
        {
            if (dbContext == null) throw new ArgumentNullException("dbContext");
            _databaseContext = dbContext;
        }