Базово работает
gRPC на отдельном порту
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Contracts.Menu;
|
||||
|
||||
public sealed class GetMenuParameters
|
||||
public sealed record GetMenuParameters(bool WithPrice = true)
|
||||
{
|
||||
public bool WithPrice { get; set; } = true;
|
||||
public override string ToString() => $"WithPrice={WithPrice}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user