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

13 lines
270 B
C#
Raw Normal View History

2016-06-27 01:45:38 +02:00
namespace BeWo.View.Search
{
public enum SearchMode
{
All,
ActiveApprovedLVRSupportConcepts,
CostBearer,
ActiveCostbearer2SupportConcepts,
OnlyToOrganisationRelatedPersons,
OnlyTeamMember
}
}