Exemplo n.º 1
0
 public InquireBlockController(IProjectRepository projectrepo, ISampleinfoRepository samplerepo, IRecordinfoRepository recordrepo, ITestreportinfoRepository testreportrepo)
 {
     this.projectrepo    = projectrepo;
     this.samplerepo     = samplerepo;
     this.recordrepo     = recordrepo;
     this.testreportrepo = testreportrepo;
 }
Exemplo n.º 2
0
 public SampleTestingRecordController(IRecordinfoRepository recordrepo, ISampleinfoRepository samplerepo)
 {
     this.recordrepo = recordrepo;
     this.samplerepo = samplerepo;
 }