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