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