Example #1
0
 public PhenotypeEntryController(IPlantBreedingRepo repo)
 {
     m_repo   = repo;
     map_repo = new MapUow(repo);
     p_repo   = new PhenotypeEntryUOW(repo);
 }
 public SelectionSummaryUOW(IPlantBreedingRepo repo)
 {
     u_repo = repo;
     a_repo = new AccessionUOW(repo);
     p_repo = new PhenotypeEntryUOW(repo);
 }