mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-11 01:18:50 +00:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace ShoppingAssistantApi.Api.Queries;
|
|
|
|
[ExtendObjectType(OperationTypeNames.Query)]
|
|
public class ProductQuery
|
|
{
|
|
|
|
} |