示例#1
0
 public EditModel(TestingGithub.Models.TestingGithubContext context)
 {
     _context = context;
 }
 public DetailsModel(TestingGithub.Models.TestingGithubContext context)
 {
     _context = context;
 }
 public CreateModel(TestingGithub.Models.TestingGithubContext context)
 {
     _context = context;
 }
 public IndexModel(TestingGithub.Models.TestingGithubContext context)
 {
     _context = context;
 }