9 lines
201 B
C#
9 lines
201 B
C#
namespace FoodsharingSiegen.Contracts.Model
|
|
{
|
|
public class ProspectFilter
|
|
{
|
|
public string? Text { get; set; }
|
|
|
|
public bool WithoutStepInBriefing { get; set; }
|
|
}
|
|
} |