コード例 #1
0
ファイル: CategoryService.cs プロジェクト: Zakemi/Articles
 public CategoryService(ArticlesContext context)
 {
     this.context = context;
 }
コード例 #2
0
ファイル: ArticleService.cs プロジェクト: Zakemi/Articles
 public ArticleService(ArticlesContext context)
 {
     this.context = context;
 }