C# Class DemoClientApp.DAL.DemoContext

Inheritance: DbContext
Datei anzeigen Open project: RichardSilveira/EntityFramework.MoqHelper Class Usage Examples

Public Methods

Method Description
DemoContext ( ) : DemoClientApp.Domain

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

DemoContext() public method

public DemoContext ( ) : DemoClientApp.Domain
return DemoClientApp.Domain

OnModelCreating() protected method

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