Files
BeWoPlaner/BeWo/View/Search/SearchMode.cs

13 lines
304 B
C#

namespace BeWo.View.Search
{
public enum SearchMode
{
All,
ActiveApprovedLVRSupportConcepts,
CostBearer,
ActiveCostbearer2SupportConcepts,
OnlyToOrganisationRelatedPersons,
OnlyTeamMember,
OnlyValidGkvOrganisations
}
}