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