コード例 #1
0
 public void CreateNewsItemCategoryRelation(int categoryId, int newsItemId)
 {
     _categoryRepository.CreateNewsItemCategoryRelation(categoryId, newsItemId);
 }