Trial - boosting prospect grid loading performance
This commit is contained in:
@@ -6,5 +6,10 @@ namespace FoodsharingSiegen.Contracts.Model
|
||||
/// <summary>
|
||||
/// The get prospects parameter
|
||||
/// </summary>
|
||||
public record GetProspectsParameter(List<InteractionType>? MustHaveInteractions = null, List<InteractionType>? CannotHaveInteractions = null, bool IncludeDeleted = false);
|
||||
public record GetProspectsParameter(
|
||||
List<InteractionType>? MustHaveInteractions = null,
|
||||
List<InteractionType>? CannotHaveInteractions = null,
|
||||
bool IncludeDeleted = false,
|
||||
int Skip = 0,
|
||||
int Take = 50);
|
||||
}
|
||||
Reference in New Issue
Block a user