コード例 #1
0
 public void CreateCategory(Category category)
 {
     _categoryDal.CreateObj(category);
 }