Beispiel #1
0
 public PlantController(IUnitOfWork unitOfWork, IBiodiversityResource bioResource, IMapper mapper)
 {
     _unitOfWork  = unitOfWork;
     _bioResource = bioResource;
     _mapper      = mapper;
 }
 public SearchController(IBiodiversityResource bioResource)
 {
     _bioResource = bioResource;
 }