OurUmbraco.NotificationsWeb.Services.NotificationService.NotificationService C# (CSharp) Метод

NotificationService() публичный Метод

public NotificationService ( Umbraco.Core.DatabaseContext dbContext ) : System
dbContext Umbraco.Core.DatabaseContext
Результат System
        public NotificationService(DatabaseContext dbContext)
        {
            if (dbContext == null) throw new ArgumentNullException("dbContext");
            _databaseContext = dbContext;
        }