Skip to content

Commit b1f2886

Browse files
committed
chore(employees): remove unused import
1 parent 848611c commit b1f2886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NorthwindCRUD/Controllers/EmployeeController.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)