コード例 #1
0
ファイル: MangosProvider.cs プロジェクト: GetPlay/Mangos-TEx
 public MangosProvider()
 {
     _context = GetContext();
 }
コード例 #2
0
ファイル: MangosProvider.cs プロジェクト: GetPlay/Mangos-TEx
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         // dispose the DbContext
         _context.Dispose();
         _context = null;
     }
 }