C# Class ChiakiYu.Web.SeedDataInitialize

种子数据初始化
Inheritance: ISeedAction
Show file Open project: andyshao/ChiakiYu

Public Methods

Method Description
Action ( DbContext context ) : void

定义种子数据初始化过程

Method Details

Action() public method

定义种子数据初始化过程
public Action ( DbContext context ) : void
context DbContext 数据上下文
return void