We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdbda3 commit 5b29a4aCopy full SHA for 5b29a4a
src/Web/Api/Controllers/v1/Products/ProductController.cs
@@ -1,12 +1,9 @@
1
-using AutoMapper;
2
-using CleanTemplate.Api.Controllers.v1.Products.Requests;
+using CleanTemplate.Api.Controllers.v1.Products.Requests;
3
using CleanTemplate.ApiFramework.Tools;
4
using CleanTemplate.Application.Products.Command.AddProduct;
5
using CleanTemplate.Application.Products.Query.GetProductById;
6
using CleanTemplate.Application.Products.Query.ReadProductFromRedis;
7
-using MediatR;
8
using Microsoft.AspNetCore.Mvc;
9
-using Microsoft.Extensions.Logging;
10
using Swashbuckle.AspNetCore.Annotations;
11
using System.Threading.Tasks;
12
0 commit comments