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