OurUmbraco.NotificationsWeb.Services.NotificationService.NotificationService C# (CSharp) Méthode

NotificationService() public méthode

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