Skip to content

Commit 5b29a4a

Browse files
remove unused references.
1 parent efdbda3 commit 5b29a4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Web/Api/Controllers/v1/Products/ProductController.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
using AutoMapper;
2-
using CleanTemplate.Api.Controllers.v1.Products.Requests;
1+
using CleanTemplate.Api.Controllers.v1.Products.Requests;
32
using CleanTemplate.ApiFramework.Tools;
43
using CleanTemplate.Application.Products.Command.AddProduct;
54
using CleanTemplate.Application.Products.Query.GetProductById;
65
using CleanTemplate.Application.Products.Query.ReadProductFromRedis;
7-
using MediatR;
86
using Microsoft.AspNetCore.Mvc;
9-
using Microsoft.Extensions.Logging;
107
using Swashbuckle.AspNetCore.Annotations;
118
using System.Threading.Tasks;
129

0 commit comments

Comments
 (0)