C# Class EA.Iws.DataAccess.ImportNotificationContext

Inheritance: ContextBase
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
ImportNotificationContext ( IUserContext userContext, IEventDispatcher dispatcher ) : System.Data.Entity

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

ImportNotificationContext() public method

public ImportNotificationContext ( IUserContext userContext, IEventDispatcher dispatcher ) : System.Data.Entity
userContext IUserContext
dispatcher IEventDispatcher
return System.Data.Entity

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void