Skip to content

Commit 238664b

Browse files
committed
chore(employees): remove unused import
1 parent b1f2886 commit 238664b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NorthwindCRUD/Controllers/CustomerController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using AutoMapper;
44
using Microsoft.AspNetCore.Authorization;
55
using Microsoft.AspNetCore.Mvc;
6-
using NorthwindCRUD.Models.Contracts;
76
using NorthwindCRUD.Models.DbModels;
87
using NorthwindCRUD.Models.InputModels;
98
using NorthwindCRUD.Services;

0 commit comments

Comments
 (0)