Commit 277820c6 authored by Almouhannad's avatar Almouhannad

(B) Resolve issues

parent 4c0a6b16
......@@ -18,6 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Scrutor" Version="4.2.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>
......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MediatR;
namespace Application.Abstractions.CQRS.Queries
namespace Application.Abstractions.CQRS.Queries;
public interface IQuery<TResponse> : IRequest<TResponse>
{
internal interface Interface1
{
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment