コード例 #1
0
ファイル: RunService.cs プロジェクト: RSx19/efcoredec2017
 public RunService(BooksContext booksContext)
 {
     _context = booksContext;
 }