Example #1
0
 public virtual void UpdateCategory(TC category)
 {
     _repository.UpdateCategory(category);
 }