mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
11 lines
256 B
C#
11 lines
256 B
C#
using HotChocolate.Authorization;
|
|
using ShoppingAssistantApi.Application.IServices;
|
|
using ShoppingAssistantApi.Domain.Entities;
|
|
|
|
namespace ShoppingAssistantApi.Api.Queries;
|
|
|
|
[ExtendObjectType(OperationTypeNames.Query)]
|
|
public class ProductQuery
|
|
{
|
|
|
|
} |