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