public OligoNucleotidesController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public SampleProvidersController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #3
0
 public ProjectStatesController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public SampleExtractionsController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public CoolingsController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #6
0
 public PcrProcessesController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #7
0
 public MixAsController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public ResultSlipsController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #9
0
 public ProjectResearchPlansController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public ReferenceArticlesController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public Pcr1Controller(ProjectMonitorContext context)
 {
     _context = context;
 }
 public UserRepository(ProjectMonitorContext projectMonitorContext)
 {
     _projectMonitorContext = projectMonitorContext;
 }
Exemple #13
0
 public NucleicAcidsController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public StepsResearchesController(ProjectMonitorContext context)
 {
     _context = context;
 }
 public UsersController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #16
0
 public WorkItemMonitorsController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #17
0
 public EmployeeRolesController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #18
0
 public EnzymesController(ProjectMonitorContext context)
 {
     _context = context;
 }
Exemple #19
0
 public DenaturationsController(ProjectMonitorContext context)
 {
     _context = context;
 }