public ShoppingListSectionMockFixture(ShoppingListSectionFixture shoppingListSectionFixture,
                                       CommonFixture commonFixture)
 {
     this.shoppingListSectionFixture = shoppingListSectionFixture;
     this.commonFixture = commonFixture;
 }
Exemplo n.º 2
0
 public ShoppingListFixture(CommonFixture commonFixture)
 {
     shoppingListSectionFixture = new ShoppingListSectionFixture(commonFixture);
     this.commonFixture         = commonFixture;
 }