예제 #1
0
 public CreateModel(RazorPagesDevice.Models.RazorPagesDeviceContext context)
 {
     _context = context;
 }
예제 #2
0
 public DetailsModel(RazorPagesDevice.Models.RazorPagesDeviceContext context)
 {
     _context = context;
 }
예제 #3
0
파일: Index.cshtml.cs 프로젝트: maja06/Maja
 public IndexModel(RazorPagesDevice.Models.RazorPagesDeviceContext context)
 {
     _context = context;
 }
예제 #4
0
 public EditModel(RazorPagesDevice.Models.RazorPagesDeviceContext context)
 {
     _context = context;
 }