Esempio n. 1
0
 public void DeleteCategory(CategoryViewModel category)
 {
     _storageDb.DeleteCategory(category);
 }