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