コード例 #1
0
ファイル: Edit.cshtml.cs プロジェクト: apmcknight/theater-app
 public EditModel(TheaterApp.Employee.Data.ReservationContext context)
 {
     _context = context;
 }