protected virtual void Dispose(bool disposing) { if (disposing == true) { entities = null; } }
public ToDoRepository() { entities = new ToDoDatabaseEntities(); }