public void Dispose() { if (_context != null) { _context = null; } }
public Repository(dbSMSContext context) { _context = context; }