0
0
mirror of https://github.com/Shchoholiev/shopping-assistant-api.git synced 2025-07-05 05:24:04 +00:00
shopping-assistant-api/ShoppingAssistantApi.Api/Queries/ProductQuery.cs

7 lines
127 B
C#

namespace ShoppingAssistantApi.Api.Queries;
[ExtendObjectType(OperationTypeNames.Query)]
public class ProductQuery
{
}