13 lines
304 B
C#
13 lines
304 B
C#
namespace BeWo.View.Search
|
|
{
|
|
public enum SearchMode
|
|
{
|
|
All,
|
|
ActiveApprovedLVRSupportConcepts,
|
|
CostBearer,
|
|
ActiveCostbearer2SupportConcepts,
|
|
OnlyToOrganisationRelatedPersons,
|
|
OnlyTeamMember,
|
|
OnlyValidGkvOrganisations
|
|
}
|
|
} |