public UserRepository(DataContext context) { this.context = context; }
public void SetUp() { context = TestDataContextFactory.Build(); }