コード例 #1
0
ファイル: DbContext.cs プロジェクト: Cosworth32/OCTGN
 public static DbContext Get()
 {
     return Context ?? (Context = new DbContext());
 }