예제 #1
0
 public void Delete(Category category)
 {
     _sonicRepo.Delete<Category>(category);
 }
예제 #2
0
 public void Add(Category category)
 {
     _sonicRepo.Add(category);
 }