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;
 }
Exemple #5
0
 public PhotosController(fagelgamousContext context)
 {
     _context = context;
 }
Exemple #6
0
 public BurialBusinessLogic(fagelgamousContext burialContext)
 {
     Context = burialContext;
 }
Exemple #7
0
 public CarbonDatingsController(fagelgamousContext context)
 {
     _context = context;
 }
Exemple #8
0
 public ApiController(fagelgamousContext context)
 {
     _context = context;
 }
Exemple #9
0
 public BiologicalSamplesController(fagelgamousContext context)
 {
     _context = context;
 }
 public BodyMeasurementsController(fagelgamousContext context)
 {
     _context = context;
 }