Exemplo n.º 1
0
 public HomeController(ILogger <HomeController> logger, IdentityContext identity, fagelgamousContext context, IGamousRepository repository)
 {
     _logger     = logger;
     _identity   = identity;
     _context    = context;
     _repository = repository;
 }
 public MainEntriesController(fagelgamousContext context)
 {
     _context = context;
 }
 public CranialsController(fagelgamousContext context)
 {
     _context = context;
 }
 public BurialRecordsController(fagelgamousContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public PhotosController(fagelgamousContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public BurialBusinessLogic(fagelgamousContext burialContext)
 {
     Context = burialContext;
 }
Exemplo n.º 7
0
 public CarbonDatingsController(fagelgamousContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public ApiController(fagelgamousContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public BiologicalSamplesController(fagelgamousContext context)
 {
     _context = context;
 }
 public BodyMeasurementsController(fagelgamousContext context)
 {
     _context = context;
 }