2023-07-27 15:11:34.260 +04:00 [INF] User profile is available. Using 'C:\Users\shelia\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2023-07-27 15:11:34.476 +04:00 [INF] Now listening on: https://localhost:7055
2023-07-27 15:11:34.478 +04:00 [INF] Now listening on: http://localhost:5208
2023-07-27 15:11:34.480 +04:00 [INF] Application started. Press Ctrl+C to shut down.
2023-07-27 15:11:34.481 +04:00 [INF] Hosting environment: Development
2023-07-27 15:11:34.481 +04:00 [INF] Content root path: C:\Users\shelia\source\repos\LearningASP\LearningASP
2023-07-27 15:11:35.911 +04:00 [INF] Request starting HTTP/2 GET https://localhost:7055/swagger/index.html - -
2023-07-27 15:11:36.178 +04:00 [INF] Request finished HTTP/2 GET https://localhost:7055/swagger/index.html - - - 200 - text/html;charset=utf-8 268.0897ms
2023-07-27 15:11:36.185 +04:00 [INF] Request starting HTTP/2 GET https://localhost:7055/_framework/aspnetcore-browser-refresh.js - -
2023-07-27 15:11:36.193 +04:00 [INF] Request finished HTTP/2 GET https://localhost:7055/_framework/aspnetcore-browser-refresh.js - - - 200 12354 application/javascript;+charset=utf-8 7.9776ms
2023-07-27 15:11:36.283 +04:00 [INF] Request starting HTTP/2 GET https://localhost:7055/_vs/browserLink - -
2023-07-27 15:11:36.333 +04:00 [INF] Request finished HTTP/2 GET https://localhost:7055/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 50.3367ms
2023-07-27 15:11:36.392 +04:00 [INF] Request starting HTTP/2 GET https://localhost:7055/swagger/v1/swagger.json - -
2023-07-27 15:11:36.532 +04:00 [INF] Request finished HTTP/2 GET https://localhost:7055/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 140.8180ms
2023-07-27 15:11:39.104 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions - -
2023-07-27 15:11:39.170 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetAll (LearningASP)'
2023-07-27 15:11:39.184 +04:00 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:39.358 +04:00 [INF] Get All regions Action method invoked
2023-07-27 15:11:40.145 +04:00 [INF] Executed DbCommand (24ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
SELECT [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
2023-07-27 15:11:40.215 +04:00 [INF] Finished Get All regions Action method with data: [{"Id":"b260312a-e08d-4477-f6cf-08db8e8d56e6","Code":"WLG","Name":"Wellington","RegionImageUrl":null},{"Id":"74e12a9f-d282-4dce-f6d0-08db8e8d56e6","Code":"VAR","Name":"Varketili","RegionImageUrl":null},{"Id":"a55f9792-e48d-47fd-5c24-08db8e8fa9de","Code":"VA","Name":"Vakeeeee","RegionImageUrl":null},{"Id":"906cb139-415a-4bbb-a174-1a1faf9fb1f6","Code":"NSN","Name":"Nelson","RegionImageUrl":"https://images.pexels.com/photos/13918194/pexels-photo-13918194.jpeg?auto=compress\u0026cs=tinysrgb\u0026w=1260\u0026h=750\u0026dpr=1"},{"Id":"f7248fc3-2585-4efb-8d1d-1c555f4087f6","Code":"AKL","Name":"Auckland","RegionImageUrl":"https://images.pexels.com/photos/5169056/pexels-photo-5169056.jpeg?auto=compress\u0026cs=tinysrgb\u0026w=1260\u0026h=750\u0026dpr=1"},{"Id":"14ceba71-4b51-4777-9b17-46602cf66153","Code":"BOP","Name":"Bay Of Plenty","RegionImageUrl":null},{"Id":"6884f7d7-ad1f-4101-8df3-7a6fa7387d81","Code":"NTL","Name":"Northland","RegionImageUrl":null},{"Id":"f077a22e-4248-4bf6-b564-c7cf4e250263","Code":"STL","Name":"Southland","RegionImageUrl":null},{"Id":"cfa06ed2-bf65-4b65-93ed-c9d286ddb0de","Code":"WGN","Name":"Wellington","RegionImageUrl":"https://images.pexels.com/photos/4350631/pexels-photo-4350631.jpeg?auto=compress\u0026cs=tinysrgb\u0026w=1260\u0026h=750\u0026dpr=1"}]
2023-07-27 15:11:40.224 +04:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[LearningASP.Models.DTO.RegionDto, LearningASP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2023-07-27 15:11:40.239 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetAll (LearningASP) in 1050.0705ms
2023-07-27 15:11:40.240 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetAll (LearningASP)'
2023-07-27 15:11:40.247 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions - - - 200 - application/json;+charset=utf-8 1142.9618ms
2023-07-27 15:11:42.028 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/a55f9792-e48d-47fd-5c24-08db8e8fa9de - -
2023-07-27 15:11:42.031 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:42.039 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:42.144 +04:00 [INF] Executed DbCommand (18ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:42.148 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:42.150 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 108.995ms
2023-07-27 15:11:42.150 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:42.152 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/a55f9792-e48d-47fd-5c24-08db8e8fa9de - - - 200 - application/json;+charset=utf-8 123.5892ms
2023-07-27 15:11:46.500 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:46.503 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:46.504 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:46.552 +04:00 [INF] Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:46.554 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:46.556 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 49.4357ms
2023-07-27 15:11:46.557 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:46.557 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 57.2487ms
2023-07-27 15:11:48.013 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:48.015 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:48.016 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:48.021 +04:00 [INF] Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:48.024 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:48.026 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 7.6303ms
2023-07-27 15:11:48.027 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:48.028 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 14.8092ms
2023-07-27 15:11:48.684 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:48.685 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:48.687 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:48.693 +04:00 [INF] Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:48.696 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:48.698 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 8.3875ms
2023-07-27 15:11:48.699 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:48.700 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 16.3619ms
2023-07-27 15:11:50.973 +04:00 [INF] Request starting HTTP/1.1 PUT https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 application/json;+charset=utf-8 100
2023-07-27 15:11:50.975 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.Update (LearningASP)'
2023-07-27 15:11:50.978 +04:00 [INF] Route matched with {action = "Update", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Update(System.Guid, LearningASP.Models.DTO.UpdateRegionRequestDto) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:50.995 +04:00 [INF] Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:51.013 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:51.014 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.Update (LearningASP) in 33.8827ms
2023-07-27 15:11:51.015 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.Update (LearningASP)'
2023-07-27 15:11:51.016 +04:00 [INF] Request finished HTTP/1.1 PUT https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 application/json;+charset=utf-8 100 - 200 - application/json;+charset=utf-8 42.2687ms
2023-07-27 15:11:51.026 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:51.027 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:51.028 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:51.031 +04:00 [INF] Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:51.033 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:51.034 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 5.0448ms
2023-07-27 15:11:51.035 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:51.036 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 9.9862ms
2023-07-27 15:11:52.235 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:52.236 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:52.237 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:52.242 +04:00 [INF] Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:52.244 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:52.245 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 6.3428ms
2023-07-27 15:11:52.246 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:52.246 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 11.5486ms
2023-07-27 15:11:54.219 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:54.221 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:54.222 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:54.227 +04:00 [INF] Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:54.229 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:54.230 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 6.0665ms
2023-07-27 15:11:54.231 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:54.233 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 13.5306ms
2023-07-27 15:11:54.812 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:54.813 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:54.814 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:54.817 +04:00 [INF] Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:54.820 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:54.821 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 5.5511ms
2023-07-27 15:11:54.822 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:54.823 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 10.7514ms
2023-07-27 15:11:55.331 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:55.333 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:55.333 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:55.342 +04:00 [INF] Executed DbCommand (6ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:55.344 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:55.345 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 10.8687ms
2023-07-27 15:11:55.346 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:55.347 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 15.9033ms
2023-07-27 15:11:58.582 +04:00 [INF] Request starting HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - -
2023-07-27 15:11:58.583 +04:00 [INF] Executing endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:58.584 +04:00 [INF] Route matched with {action = "GetById", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(System.Guid) on controller LearningASP.Controllers.RegionsController (LearningASP).
2023-07-27 15:11:58.588 +04:00 [INF] Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [r].[Id], [r].[Code], [r].[Name], [r].[RegionImageUrl]
FROM [Regions] AS [r]
WHERE [r].[Id] = @__get_Item_0
2023-07-27 15:11:58.591 +04:00 [INF] Executing OkObjectResult, writing value of type 'LearningASP.Models.DTO.RegionDto'.
2023-07-27 15:11:58.591 +04:00 [INF] Executed action LearningASP.Controllers.RegionsController.GetById (LearningASP) in 6.168ms
2023-07-27 15:11:58.593 +04:00 [INF] Executed endpoint 'LearningASP.Controllers.RegionsController.GetById (LearningASP)'
2023-07-27 15:11:58.594 +04:00 [INF] Request finished HTTP/1.1 GET https://localhost:7055/api/Regions/b260312a-e08d-4477-f6cf-08db8e8d56e6 - - - 200 - application/json;+charset=utf-8 11.8862ms
