Example #1
0
 public C14ResearcherController(BYUExcavationDbContext context)
 {
     _context = context;
 }
Example #2
0
 public BioSampleAdminController(BYUExcavationDbContext context)
 {
     _context = context;
 }
Example #3
0
 public SexAdminViewComponent(BYUExcavationDbContext context)
 {
     _context = context;
 }
Example #4
0
 public AdminController(BYUExcavationDbContext context)
 {
     _context = context;
 }
 public BioSampleResearcherController(BYUExcavationDbContext context)
 {
     _context = context;
 }
Example #6
0
 public SexResearcherViewComponent(BYUExcavationDbContext context)
 {
     _context = context;
 }
Example #7
0
 public PublicController(BYUExcavationDbContext context)
 {
     _context = context;
 }