C# Class FranchiseManagerTest.Models.FranchiseManagerContext

Inheritance: DbContext
Afficher le fichier Open project: phillipkregg/FranchiseManager-ASP.NET-MVC-4-Bootstrap

Méthodes publiques

Méthode Description
FranchiseManagerContext ( ) : System

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

FranchiseManagerContext() public méthode

public FranchiseManagerContext ( ) : System
Résultat System

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void