Exemple #1
0
 public void RemoveCategoryTest()
 {
     _model.GetCategoryControl().InitializeCategoryList();
     _model.RemoveCategory("飲料");
 }