コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: skmattias/motions
 public IndexModel(motionsContext context)
 {
     _context = context;
 }