Esempio n. 1
0
 public void Delete(Category category)
 {
     _sonicRepo.Delete<Category>(category);
 }
Esempio n. 2
0
 public void Add(Category category)
 {
     _sonicRepo.Add(category);
 }