Darstellung der Prospects fragmentiert
This commit is contained in:
9
FoodsharingSiegen.Contracts/Model/Parameters.cs
Normal file
9
FoodsharingSiegen.Contracts/Model/Parameters.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using FoodsharingSiegen.Contracts.Entity;
|
||||
|
||||
namespace FoodsharingSiegen.Contracts.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// The get prospects parameter
|
||||
/// </summary>
|
||||
public record GetProspectsParameter(List<InteractionType>? MustHaveInteractions = null, List<InteractionType>? CannotHaveInteractions = null);
|
||||
}
|
||||
Reference in New Issue
Block a user