示例#1
0
 public IndexModel(BasicoWebRazorCore.Data.BasicoWebRazorCoreContext context)
 {
     _context = context;
 }
 public DeleteModel(BasicoWebRazorCore.Data.BasicoWebRazorCoreContext context)
 {
     _context = context;
 }