コード例 #1
0
 public StudentsController(s16878Context context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: EfDbService.cs プロジェクト: s16878/Cwiczenia10
 public EfDbService(s16878Context context)
 {
     _context = context;
 }