示例#1
0
 public InquireBlockController(IProjectRepository projectrepo, ISampleinfoRepository samplerepo, IRecordinfoRepository recordrepo, ITestreportinfoRepository testreportrepo)
 {
     this.projectrepo    = projectrepo;
     this.samplerepo     = samplerepo;
     this.recordrepo     = recordrepo;
     this.testreportrepo = testreportrepo;
 }
 public SampleDecideController(ITestreportinfoRepository repo)
 {
     testreportinfoRepo = repo;
 }
 public TestReportController(ISampleinfoRepository samplerepo, IBaseRepository baserepo, ITestreportinfoRepository testreportrepo)
 {
     this.samplerepo     = samplerepo;
     this.baserepo       = baserepo;
     this.testreportrepo = testreportrepo;
 }