Example #1
0
 public Category Post(Category category)
 {
     _categoryStore.Create(category);
     return(category);
 }