Skip to content

Commit a110125

Browse files
committed
fix(put): update endpoints to include notfound
1 parent 0fa7364 commit a110125

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)