From aa1f51c5988926fb3b3e35df4904f60ecae10686 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 18:07:56 +0200 Subject: Playing with the mapper --- API/Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API/Controllers/UserController.cs') diff --git a/API/Controllers/UserController.cs b/API/Controllers/UserController.cs index e8a58b8..605b138 100644 --- a/API/Controllers/UserController.cs +++ b/API/Controllers/UserController.cs @@ -16,7 +16,7 @@ namespace API.Controllers { private readonly UserService _service; - public UserController(DevHiveContext context, IMapper mapper) + public UserController(DevHiveContext context, Mapper mapper) { this._service = new UserService(context, mapper); } -- cgit v1.2.3