public Organisation(PortFreightContext context,
                     IEntityToViewModelMapper entityToViewModelMapper,
                     IOrganisationSearch organisationSearch)
 {
     _context = context;
     _entityToViewModelMapper = entityToViewModelMapper;
     _organisationSearch      = organisationSearch;
 }
Beispiel #2
0
 public IndexModel(IOrganisationSearch organisationSearch)
 {
     _organisationSearch = organisationSearch;
 }