public DynamicRepository() { if (_rc == null) { _rc = new DynamicRepositoryContext() { LogRequired = true } } ; }
public DynamicRepository(DynamicRepositoryContext rc) { _rc = rc; }