コード例 #1
0
 public void Dispose()
 {
     if (_context != null)
     {
         ContextPool.Return(_context);
         _context = null;
     }
 }