public void Setup() { _conventions = new FakeConventions(); _factory = new FakeTableFactory(_conventions); }
public void Setup() { _conventions = new FakeConventions(); _table = new Table<OrderDetail>(new Mock<ITableFactory>().Object, _conventions); }
public void Setup() { _conventions = new FakeConventions(); _table = new Table<Product>(new Mock<ITableFactory>().Object, _conventions); }