From 7a262ddb5c9b14250e7cdfaf4cb8f9f197bf381d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 10 Dec 2020 12:12:26 +0200 Subject: Improved User get query method name --- 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 b75d081..c2d6f2c 100644 --- a/API/Controllers/UserController.cs +++ b/API/Controllers/UserController.cs @@ -31,7 +31,7 @@ namespace API.Controllers //Read [HttpGet] - public async Task GetUserById(int id) + public async Task GetById(int id) { return await this._service.GetUserById(id); } -- cgit v1.2.3