コード例 #1
0
ファイル: ServiceBase.cs プロジェクト: Yanbigfeng/LayerFrame
 protected DbContext GetDbContext()
 {
     return(db.GetDbContext());
 }