4 lines
107 B
C#
4 lines
107 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record AggregateExpression(IAggregate Value, object? Key = null);
|