Files
BeWoPlaner/BeWo/View/Search/SearchMode.cs
2016-06-27 01:45:38 +02:00

13 lines
270 B
C#

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