ScientificReport
ScientificReport.Models.SeedData Class Reference

This class is created to seed the basic data to be used in both frontend and backend and it is for development purposes only More...

Collaboration diagram for ScientificReport.Models.SeedData:
Collaboration graph

Static Public Member Functions

static void Initialize (IServiceProvider serviceProvider, ScientificReportDbContext context)
 Initializes the basic data, the entrypoint for all seeds More...
 

Detailed Description

This class is created to seed the basic data to be used in both frontend and backend and it is for development purposes only

Definition at line 32 of file SeedData.cs.

Member Function Documentation

static void ScientificReport.Models.SeedData.Initialize ( IServiceProvider  serviceProvider,
ScientificReportDbContext  context 
)
static

Initializes the basic data, the entrypoint for all seeds

Definition at line 37 of file SeedData.cs.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: