Example #1
0
 public DetailsModel(RecruitCatSameemz.Data.RecruitCatSameemzContext context)
 {
     _context = context;
 }
Example #2
0
 public CreateModel(RecruitCatSameemz.Data.RecruitCatSameemzContext context)
 {
     _context = context;
 }
Example #3
0
 public IndexModel(RecruitCatSameemz.Data.RecruitCatSameemzContext context)
 {
     _context = context;
 }