コード例 #1
0
 public CategoryContentBusiness()
 {
     _categoryContentRepository = new CategoryContentRepository();
 }
コード例 #2
0
 public CategoryContentBusiness(CategoryContentRepository categoryContentRepository)
 {
     _categoryContentRepository = categoryContentRepository;
 }