Example #1
0
 public void Dispose()
 {
     Category.DeleteAll();
     Recipe.DeleteAll();
 }
Example #2
0
 public void Dispose()
 {
     Ingredient.DeleteAll();
     Recipe.DeleteAll();
     Category.DeleteAll();
 }