????

Your IP : 3.138.199.24


Current Path : C:/inetpub/vhost/donthu.gdtsolutions.vn/api/logs/
Upload File :
Current File : C:/inetpub/vhost/donthu.gdtsolutions.vn/api/logs/stdout_20240820033513_7536.log

warn: Microsoft.EntityFrameworkCore.Model.Validation[10622]
      Entity 'Action' has a global query filter defined and is the required end of a relationship with the entity 'ConfigAction'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (57ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (29ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [MigrationId], [ProductVersion]
      FROM [__EFMigrationsHistory]
      ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
      No migrations were applied. The database is already up to date.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (48ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
System.Exception: The instance of entity type 'Role' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
   at GDT.WebApi.Admin.Models.SeedSuperAdminExtension.SeedRole(RoleManager`1 roleManager, ILogger logger) in D:\source\GDT\GDT_KNTC\backend\src\WebApis\GDT.WebApi.Admin\Models\SeedSuperAdminExtension.cs:line 193
   at GDT.WebApi.Admin.Models.SeedSuperAdminExtension.SeedSuperAdmin(IApplicationBuilder app) in D:\source\GDT\GDT_KNTC\backend\src\WebApis\GDT.WebApi.Admin\Models\SeedSuperAdminExtension.cs:line 27
warn: Microsoft.EntityFrameworkCore.Model.Validation[20601]
      The 'bool' property 'IsCongDanDen' on entity type 'TiepDan' is configured with a database-generated default. This default will always be used for inserts when the property has the value 'false', since this is the CLR default for the 'bool' type. Consider using the nullable 'bool?' type instead, so that the default will only be used for inserts when the property value is 'null'.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [MigrationId], [ProductVersion]
      FROM [__EFMigrationsHistory]
      ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
      No migrations were applied. The database is already up to date.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMNhomThamQuyenGiaiQuyet] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMCapHanhChinh] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMLoaiVanBan] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMHinhThucTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMHinhThucXuLyDon] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMTrangThaiXuLyDon] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMPhanTheoThamQuyen] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMLoaiHinhTiepNhan] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMLinhVuc] AS [d]

              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMNhiemKy] AS [d]

              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMDanToc] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMTinh] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMHuyen] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMXa] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMQuocGia] AS [d]

              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [Organization] AS [o]
              WHERE [o].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [DMPhanTheoNoiDung] AS [d]
              WHERE [d].[DeletedDate] IS NULL) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [MigrationId], [ProductVersion]
      FROM [__EFMigrationsHistory]
      ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
      No migrations were applied. The database is already up to date.
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: C:\inetpub\vhost\donthu.gdtsolutions.vn\api
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (64ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (14ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      
      IF EXISTS
          (SELECT *
           FROM [sys].[objects] o
           WHERE [o].[type] = 'U'
           AND [o].[is_ms_shipped] = 0
           AND NOT EXISTS (SELECT *
               FROM [sys].[extended_properties] AS [ep]
               WHERE [ep].[major_id] = [o].[object_id]
                   AND [ep].[minor_id] = 0
                   AND [ep].[class] = 1
                   AND [ep].[name] = N'microsoft_database_tools_support'
          )
      )
      SELECT 1 ELSE SELECT 0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND (COALESCE(UPPER([e].[Method]), '') + ': ') + COALESCE(LOWER([e].[PathTemplate]), '') NOT IN ('GET: api/default/public/playercontrol/gettest', 'GET: api/default/allow/canbowithroles', 'GET: api/default/allow/canbowithroles/getbyorganization', 'GET: api/default/auth/logactions', 'GET: api/default/auth/logactions({key})', 'POST: api/default/auth/canbos/createuser', 'POST: api/default/auth/canbos/creategroupuserdemo', 'DELETE: api/default/auth/storage/delete', 'GET: api/default/allow/storage/download/{**path}', 'HEAD: api/default/allow/storage/download/{**path}', 'GET: api/default/allow/userinfo/userinfo')
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      
      IF EXISTS
          (SELECT *
           FROM [sys].[objects] o
           WHERE [o].[type] = 'U'
           AND [o].[is_ms_shipped] = 0
           AND NOT EXISTS (SELECT *
               FROM [sys].[extended_properties] AS [ep]
               WHERE [ep].[major_id] = [o].[object_id]
                   AND [ep].[minor_id] = 0
                   AND [ep].[class] = 1
                   AND [ep].[name] = N'microsoft_database_tools_support'
          )
      )
      SELECT 1 ELSE SELECT 0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (7ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND (COALESCE(UPPER([e].[Method]), '') + ': ') + COALESCE(LOWER([e].[PathTemplate]), '') NOT IN ('GET: api/admin/public/configdomains', 'GET: api/admin/public/configdomains({key})', 'POST: api/admin/public/authenticate/login', 'POST: api/admin/public/authenticate/register', 'GET: api/admin/public/authenticate/danhchotuan', 'GET: api/admin/public/authenticate/gettoken', 'POST: api/admin/public/authenticate/gettokens', 'POST: api/local/accounts/themtaikhoan', 'DELETE: api/local/accounts/deleteuser', 'POST: api/local/accounts/getdevicesbyuser', 'PATCH: api/local/accounts/updateemailorgan', 'GET: api/local/accounts/getemailorgan', 'GET: api/local/accounts/existemail', 'DELETE: api/local/accounts/offaccount', 'GET: api/local/authenticate/authoriseendpoint', 'GET: api/local/authenticate/loginlgsp', 'GET: api/admin/auth/accounts', 'GET: api/admin/auth/accounts({key})', 'POST: api/admin/auth/accounts', 'PATCH: api/admin/auth/accounts({key})', 'DELETE: api/admin/auth/accounts({key})', 'GET: api/admin/auth/authorizedroles', 'GET: api/admin/auth/authorizedroles({key})', 'POST: api/admin/auth/configdomains', 'PATCH: api/admin/auth/configdomains({key})', 'DELETE: api/admin/auth/configdomains({key})', 'POST: api/admin/auth/configsystems', 'PATCH: api/admin/auth/configsystems({key})', 'DELETE: api/admin/auth/configsystems({key})', 'GET: api/admin/auth/endpoints', 'GET: api/admin/auth/endpoints({key})', 'POST: api/admin/auth/menus', 'PATCH: api/admin/auth/menus({key})', 'DELETE: api/admin/auth/menus({key})', 'POST: api/admin/auth/roles', 'PATCH: api/admin/auth/roles({key})', 'DELETE: api/admin/auth/roles({key})', 'POST: api/admin/auth/accounts/themvaitro', 'POST: api/admin/auth/accounts/updatechitiettaikhoan', 'POST: api/admin/auth/accounts/themtaikhoan', 'GET: api/admin/auth/accounts/resetpassword', 'GET: api/admin/auth/accounts/lockoutoff', 'POST: api/admin/auth/accounts/changepass', 'GET: api/admin/auth/endpoints/endpointgroups', 'POST: api/admin/auth/roles/themmenus', 'POST: api/admin/auth/roles/themendpoints', 'POST: api/admin/auth/roles/themaction', 'DELETE: api/admin/auth/roles/xoaaction', 'GET: api/admin/allow/accountdevices', 'GET: api/admin/allow/accountdevices({key})', 'POST: api/admin/allow/accountdevices', 'PATCH: api/admin/allow/accountdevices({key})', 'DELETE: api/admin/allow/accountdevices({key})', 'GET: api/admin/allow/menus', 'GET: api/admin/allow/menus({key})', 'GET: api/admin/allow/roles', 'GET: api/admin/allow/roles({key})', 'GET: api/admin/allow/accounts/ischangepass', 'POST: api/admin/allow/accounts/changepassword', 'GET: api/admin/allow/accounts/chitiettaikhoan', 'POST: api/admin/allow/accounts/getavatar', 'GET: api/admin/allow/accounts/updateorgan', 'POST: api/admin/allow/accounts/uploadavatar', 'GET: api/admin/allow/accounts/danhsachvaitro', 'GET: api/admin/allow/accounts/menus', 'DELETE: api/admin/allow/authenticate/logout', 'POST: api/admin/allow/upload/upload', 'GET: api/admin/allow/upload/listfiles', 'GET: api/admin/allow/upload/download', 'GET: api/admin/allow/upload/download/{**path}', 'DELETE: api/admin/allow/upload/delete/{**path}')
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      
      IF EXISTS
          (SELECT *
           FROM [sys].[objects] o
           WHERE [o].[type] = 'U'
           AND [o].[is_ms_shipped] = 0
           AND NOT EXISTS (SELECT *
               FROM [sys].[extended_properties] AS [ep]
               WHERE [ep].[major_id] = [o].[object_id]
                   AND [ep].[minor_id] = 0
                   AND [ep].[class] = 1
                   AND [ep].[name] = N'microsoft_database_tools_support'
          )
      )
      SELECT 1 ELSE SELECT 0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (39ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND (COALESCE(UPPER([e].[Method]), '') + ': ') + COALESCE(LOWER([e].[PathTemplate]), '') NOT IN ('GET: api/buss/public/dmcaphanhchinhs', 'GET: api/buss/public/dmcaphanhchinhs({key})', 'GET: api/buss/public/dmhuyens/getbyuser', 'GET: api/buss/public/dmhuyens', 'GET: api/buss/public/dmhuyens({key})', 'GET: api/buss/public/dmquocgias', 'GET: api/buss/public/dmquocgias({key})', 'GET: api/buss/public/dmtinhs/getbyuser', 'GET: api/buss/public/dmtinhs', 'GET: api/buss/public/dmtinhs({key})', 'GET: api/buss/public/dmxas/getbyuser', 'GET: api/buss/public/dmxas', 'GET: api/buss/public/dmxas({key})', 'POST: api/buss/auth/canbos', 'PATCH: api/buss/auth/canbos({key})', 'POST: api/buss/auth/configdonthus', 'PATCH: api/buss/auth/configdonthus({key})', 'DELETE: api/buss/auth/configdonthus({key})', 'POST: api/buss/auth/donthucanbotiepnhans', 'POST: api/buss/auth/donthucanboxulys', 'POST: api/buss/auth/donthucoquandagiaiquyets', 'PATCH: api/buss/auth/donthucoquandagiaiquyets({key})', 'DELETE: api/buss/auth/donthucoquandagiaiquyets({key})', 'POST: api/buss/auth/donthunguoidungdons', 'DELETE: api/buss/auth/donthunguoidungdons(donthuid={key},thongtincanhanid={key1})', 'POST: api/buss/auth/donthunguoiuyquyens', 'PATCH: api/buss/auth/donthunguoiuyquyens({key})', 'POST: api/buss/auth/donthus', 'PATCH: api/buss/auth/donthus({key})', 'DELETE: api/buss/auth/donthus({key})', 'POST: api/buss/auth/donthuthuchiens', 'PATCH: api/buss/auth/donthuthuchiens({key})', 'DELETE: api/buss/auth/donthuthuchiens({key})', 'POST: api/buss/auth/donthututheodois', 'DELETE: api/buss/auth/donthututheodois(donthuid={key})', 'POST: api/buss/auth/donthuxulycanbos', 'POST: api/buss/auth/donthuxulychuyendons', 'PATCH: api/buss/auth/donthuxulychuyendons({key})', 'DELETE: api/buss/auth/donthuxulychuyendons({key})', 'POST: api/buss/auth/donthuxulydondocs', 'DELETE: api/buss/auth/donthuxulydondocs({key})', 'POST: api/buss/auth/donthuxulys', 'PATCH: api/buss/auth/donthuxulys({key})', 'DELETE: api/buss/auth/donthuxulys({key})', 'POST: api/buss/auth/organizations', 'PATCH: api/buss/auth/organizations({key})', 'POST: api/buss/auth/thongtincanhans', 'PATCH: api/buss/auth/thongtincanhans({key})', 'POST: api/buss/auth/tiepdancanboduocuyquyens', 'POST: api/buss/auth/tiepdancanbotiepnhans', 'POST: api/buss/auth/tiepdanorganizations', 'PATCH: api/buss/auth/tiepdanorganizations({key})', 'DELETE: api/buss/auth/tiepdanorganizations({key})', 'POST: api/buss/auth/tiepdans', 'PATCH: api/buss/auth/tiepdans({key})', 'DELETE: api/buss/auth/tiepdans({key})', 'POST: api/buss/auth/tiepdanxulys', 'PATCH: api/buss/auth/tiepdanxulys({key})', 'POST: api/buss/auth/dmchucvus', 'PATCH: api/buss/auth/dmchucvus({key})', 'DELETE: api/buss/auth/dmchucvus({key})', 'POST: api/buss/auth/dmdantocs', 'PATCH: api/buss/auth/dmdantocs({key})', 'DELETE: api/buss/auth/dmdantocs({key})', 'POST: api/buss/auth/dmhinhthuctiepdans', 'PATCH: api/buss/auth/dmhinhthuctiepdans({key})', 'DELETE: api/buss/auth/dmhinhthuctiepdans({key})', 'POST: api/buss/auth/dmhinhthucxulydons', 'PATCH: api/buss/auth/dmhinhthucxulydons({key})', 'DELETE: api/buss/auth/dmhinhthucxulydons({key})', 'POST: api/buss/auth/dmlinhvucs', 'PATCH: api/buss/auth/dmlinhvucs({key})', 'DELETE: api/buss/auth/dmlinhvucs({key})', 'POST: api/buss/auth/dmloaihinhtiepnhans', 'PATCH: api/buss/auth/dmloaihinhtiepnhans({key})', 'DELETE: api/buss/auth/dmloaihinhtiepnhans({key})', 'POST: api/buss/auth/dmloaivanbans', 'PATCH: api/buss/auth/dmloaivanbans({key})', 'DELETE: api/buss/auth/dmloaivanbans({key})', 'POST: api/buss/auth/dmnhiemkys', 'PATCH: api/buss/auth/dmnhiemkys({key})', 'DELETE: api/buss/auth/dmnhiemkys({key})', 'POST: api/buss/auth/dmnhomthamquyengiaiquyets', 'PATCH: api/buss/auth/dmnhomthamquyengiaiquyets({key})', 'DELETE: api/buss/auth/dmnhomthamquyengiaiquyets({key})', 'POST: api/buss/auth/dmphantheonoidungs', 'PATCH: api/buss/auth/dmphantheonoidungs({key})', 'DELETE: api/buss/auth/dmphantheonoidungs({key})', 'POST: api/buss/auth/dmphantheothamquyens', 'PATCH: api/buss/auth/dmphantheothamquyens({key})', 'DELETE: api/buss/auth/dmphantheothamquyens({key})', 'POST: api/buss/auth/dmphongbans', 'PATCH: api/buss/auth/dmphongbans({key})', 'DELETE: api/buss/auth/dmphongbans({key})', 'POST: api/buss/auth/dmthihanhquyetdinhs', 'PATCH: api/buss/auth/dmthihanhquyetdinhs({key})', 'DELETE: api/buss/auth/dmthihanhquyetdinhs({key})', 'POST: api/buss/auth/dmtrangthaixulydons', 'PATCH: api/buss/auth/dmtrangthaixulydons({key})', 'DELETE: api/buss/auth/dmtrangthaixulydons({key})', 'POST: api/buss/auth/dmtrungdons', 'PATCH: api/buss/auth/dmtrungdons({key})', 'DELETE: api/buss/auth/dmtrungdons({key})', 'POST: api/buss/auth/dmxulytiepdans', 'PATCH: api/buss/auth/dmxulytiepdans({key})', 'DELETE: api/buss/auth/dmxulytiepdans({key})', 'POST: api/buss/auth/donthus/upload', 'GET: api/buss/auth/donthus/getfileinfos', 'GET: api/buss/auth/donthus/download/{**path}', 'DELETE: api/buss/auth/donthus/delete/{**path}', 'POST: api/buss/auth/donthus/pdfdexuatthulydon', 'POST: api/buss/auth/donthuxulys/editcanboxulydon', 'POST: api/buss/auth/donthuxulys/postcanboxulydon', 'POST: api/buss/auth/donthuxulys/upload', 'POST: api/buss/auth/reporttiepdans/sotiepcongdan', 'POST: api/buss/auth/reporttiepdans/tonghopketquaphanloaixulydon', 'POST: api/buss/auth/reporttiepdans/tonghopketquathuongxuyendinhkydotxuat', 'POST: api/buss/auth/tiepdans/upload', 'GET: api/buss/auth/tiepdans/getfileinfos', 'GET: api/buss/auth/tiepdans/download/{**path}', 'DELETE: api/buss/auth/tiepdans/delete/{**path}', 'GET: api/buss/auth/tiepdans/pdfthongbaotuchoi', 'GET: api/buss/auth/tiepdans/pdfgiaynhantailieu', 'POST: api/buss/auth/tiepdans/pdfgiayhen', 'POST: api/buss/auth/tiepdans/updatetiepdan', 'GET: api/buss/allow/canbos', 'GET: api/buss/allow/canbos({key})', 'GET: api/buss/allow/canbos/getnonorgan', 'GET: api/buss/allow/configdonthus', 'GET: api/buss/allow/configdonthus({key})', 'GET: api/buss/allow/donthucanbotiepnhans', 'GET: api/buss/allow/donthucanbotiepnhans({key})', 'GET: api/buss/allow/donthucoquandagiaiquyets', 'GET: api/buss/allow/donthucoquandagiaiquyets({key})', 'GET: api/buss/allow/donthunguoidungdons', 'GET: api/buss/allow/donthunguoidungdons(donthuid={key},thongtincanhanid={key1})', 'GET: api/buss/allow/donthus', 'GET: api/buss/allow/donthus({key})', 'GET: api/buss/allow/donthus/gettiepnhan', 'GET: api/buss/allow/donthus/gettuchoi', 'GET: api/buss/allow/donthus/getwithorder', 'GET: api/buss/allow/donthus/getdondoc', 'GET: api/buss/allow/donthuthuchiens', 'GET: api/buss/allow/donthuthuchiens({key})', 'GET: api/buss/allow/donthuxulychuyendons', 'GET: api/buss/allow/donthuxulychuyendons({key})', 'GET: api/buss/allow/donthuxulydondocs', 'GET: api/buss/allow/donthuxulydondocs({key})', 'GET: api/buss/allow/donthuxulys', 'GET: api/buss/allow/donthuxulys({key})', 'GET: api/buss/allow/organizations', 'GET: api/buss/allow/organizations/getselectchild', 'GET: api/buss/allow/organizations({key})', 'GET: api/buss/allow/thongtincanhans', 'GET: api/buss/allow/thongtincanhans({key})', 'GET: api/buss/allow/tiepdancanboduocuyquyens', 'GET: api/buss/allow/tiepdancanboduocuyquyens({key})', 'GET: api/buss/allow/tiepdancanbotiepnhans', 'GET: api/buss/allow/tiepdancanbotiepnhans({key})', 'GET: api/buss/allow/tiepdanorganizations', 'GET: api/buss/allow/tiepdanorganizations({key})', 'GET: api/buss/allow/tiepdans', 'GET: api/buss/allow/tiepdans({key})', 'GET: api/buss/allow/tiepdanxulys', 'GET: api/buss/allow/tiepdanxulys({key})', 'GET: api/buss/allow/dmchucvus', 'GET: api/buss/allow/dmchucvus({key})', 'GET: api/buss/allow/dmdantocs', 'GET: api/buss/allow/dmdantocs({key})', 'GET: api/buss/allow/dmhinhthuctiepdans', 'GET: api/buss/allow/dmhinhthuctiepdans({key})', 'GET: api/buss/allow/dmhinhthucxulydons', 'GET: api/buss/allow/dmhinhthucxulydons({key})', 'GET: api/buss/allow/dmlinhvucs', 'GET: api/buss/allow/dmlinhvucs({key})', 'GET: api/buss/allow/dmloaidoituongs', 'GET: api/buss/allow/dmloaidoituongs({key})', 'GET: api/buss/allow/dmloaihinhtiepnhans', 'GET: api/buss/allow/dmloaihinhtiepnhans({key})', 'GET: api/buss/allow/dmloaivanbans', 'GET: api/buss/allow/dmloaivanbans({key})', 'GET: api/buss/allow/dmnhiemkys', 'GET: api/buss/allow/dmnhiemkys({key})', 'GET: api/buss/allow/dmnhomthamquyengiaiquyets', 'GET: api/buss/allow/dmnhomthamquyengiaiquyets({key})', 'GET: api/buss/allow/dmphantheonoidungs', 'GET: api/buss/allow/dmphantheonoidungs({key})', 'GET: api/buss/allow/dmphantheothamquyens', 'GET: api/buss/allow/dmphantheothamquyens({key})', 'GET: api/buss/allow/dmphongbans', 'GET: api/buss/allow/dmphongbans({key})', 'GET: api/buss/allow/dmthihanhquyetdinhs', 'GET: api/buss/allow/dmthihanhquyetdinhs({key})', 'GET: api/buss/allow/dmtrangthaixulydons', 'GET: api/buss/allow/dmtrangthaixulydons({key})', 'GET: api/buss/allow/dmtrungdons', 'GET: api/buss/allow/dmtrungdons({key})', 'GET: api/buss/allow/dmxulytiepdans', 'GET: api/buss/allow/dmxulytiepdans({key})', 'POST: api/buss/allow/dashboards/dashboard', 'POST: api/buss/allow/dashboards/canbosodontheothang', 'POST: api/buss/allow/dashboards/luuluongtiepnhan', 'GET: api/buss/allow/donthus/acceptdonthu', 'GET: api/buss/allow/donthus/getxulybydonthu', 'GET: api/buss/allow/donthus/getluongchuyendon', 'GET: api/buss/allow/donthuxulys/getfileinfos', 'GET: api/buss/allow/donvihanhchinhs/gettinhsbyuser', 'GET: api/buss/allow/donvihanhchinhs/gethuyensbyuser', 'GET: api/buss/allow/donvihanhchinhs/getxasbyuser', 'GET: api/buss/allow/donvihanhchinhs/getorganizationscaphuyenbyuser', 'GET: api/buss/allow/organizations/treeorganization')
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__server_0='?' (Size = 25) (DbType = AnsiString), @__action_PathTemplate_1='?' (Size = 255) (DbType = AnsiString), @__action_Method_2='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [e].[Uuid], [e].[Action], [e].[Area], [e].[CId], [e].[Controller], [e].[CreatedBy], [e].[CreatedDate], [e].[DeletedBy], [e].[DeletedDate], [e].[Group], [e].[IsAuthorized], [e].[Method], [e].[PathTemplate], [e].[Server], [e].[Summary], [e].[UpdatedBy], [e].[UpdatedDate]
      FROM [Endpoint] AS [e]
      WHERE [e].[Server] = @__server_0 AND [e].[PathTemplate] = @__action_PathTemplate_1 AND [e].[Method] = @__action_Method_2
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__TypedProperty_5='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32), @__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t1].[RoleId], [t1].[UserId], [t0].[UserName], [t0].[DisplayName], [t0].[Activated]
      FROM (
          SELECT TOP(@__TypedProperty_5) [t].[Uuid], [t].[UserName], [t].[DisplayName], [t].[Activated]
          FROM (
              SELECT [a].[Uuid], [a].[Activated], [a].[DisplayName], [a].[UserName]
              FROM [AspNetUsers] AS [a]
              WHERE [a].[DeletedDate] IS NULL
              ORDER BY [a].[UserName], [a].[Uuid]
              OFFSET @__TypedProperty_3 ROWS FETCH NEXT @__TypedProperty_4 ROWS ONLY
          ) AS [t]
          ORDER BY [t].[UserName], [t].[Uuid]
      ) AS [t0]
      LEFT JOIN (
          SELECT [t2].[RoleId], [t2].[UserId]
          FROM (
              SELECT [a0].[RoleId], [a0].[UserId], ROW_NUMBER() OVER(PARTITION BY [a0].[UserId] ORDER BY [a0].[RoleId], [a0].[UserId]) AS [row]
              FROM [AspNetUserRoles] AS [a0]
          ) AS [t2]
          WHERE [t2].[row] <= @__TypedProperty_1
      ) AS [t1] ON [t0].[Uuid] = [t1].[UserId]
      ORDER BY [t0].[UserName], [t0].[Uuid], [t1].[UserId], [t1].[RoleId]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetUsers] AS [a]
      WHERE [a].[DeletedDate] IS NULL
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: AWSSDK[0]
      Failed to find AWS credentials for the profile khieunai
info: AWSSDK[0]
      Found credentials using the AWS SDK's default credential search
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[@__model_Month_0='?' (DbType = Int32), @__model_Year_1='?' (DbType = Int32), @___currentUser_User_Id_Value_2='?' (DbType = Guid), @___currentUser_OrganizationId_3='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [DonThu] AS [d]
      LEFT JOIN (
          SELECT [t].[Uuid], [t].[IsTuChoi], [t].[NgayTiepDan], [t].[UserId]
          FROM [TiepDan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[TiepDanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [t2].[TiepDanId], [t2].[OrganizationId]
          FROM [TiepDanCanBoTiepNhan] AS [t2]
          WHERE [t2].[DeletedDate] IS NULL
      ) AS [t1] ON [t0].[Uuid] = [t1].[TiepDanId]
      LEFT JOIN (
          SELECT [t4].[TiepDanId], [t4].[UserId]
          FROM [TiepDanXuLy] AS [t4]
          WHERE [t4].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[Uuid] = [t3].[TiepDanId]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[TiepDanId] IS NOT NULL) AND [t0].[IsTuChoi] = CAST(0 AS bit) AND DATEPART(month, [t0].[NgayTiepDan]) = @__model_Month_0 AND DATEPART(year, [t0].[NgayTiepDan]) = @__model_Year_1 AND ([t0].[UserId] = @___currentUser_User_Id_Value_2 OR [t1].[OrganizationId] = @___currentUser_OrganizationId_3 OR [t3].[UserId] = @___currentUser_User_Id_Value_2)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT (COALESCE([t0].[HoVaTenDem], N'') + N' ') + COALESCE([t0].[Ten], N'') AS [HoVaTen], [t2].[Name] AS [ChucVu], COUNT(*) AS [SoDon]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[DMChucVuId], [d0].[OrganizationId], [d0].[ThongTinCaNhanId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [t1].[Uuid], [t1].[HoVaTenDem], [t1].[Ten]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Name]
          FROM [DMChucVu] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t2] ON [t].[DMChucVuId] = [t2].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND [t].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_1 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_2
      GROUP BY [t0].[HoVaTenDem], [t0].[Ten], [t2].[Name]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__currentUser_User_Id_Value_0='?' (DbType = Guid), @__currentUser_OrganizationId_1='?' (DbType = Guid), @__currentUser_OrganizationId_2='?' (DbType = Guid), @__model_Month_3='?' (DbType = Int32), @__model_Year_4='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[CID], [d].[CreatedBy], [d].[CreatedDate], [d].[DMHinhThucXuLyDonId], [d].[DMLoaiHinhTiepNhanId], [d].[DMNhomThamQuyenGiaiQuyetId], [d].[DMPhanTheoThamQuyenId], [d].[DMTrangThaiXuLyDonId], [d].[DeletedBy], [d].[DeletedDate], [d].[DonThuId], [d].[FileId], [d].[GhiChu], [d].[IsYeuCauBaoCao], [d].[NgayTiepNhan], [d].[NgayVanBan], [d].[NgayXuLy], [d].[ParentUuid], [d].[UpdatedBy], [d].[UpdatedDate], [d].[UserId], [d].[VanBan], [d].[YKienXuLy]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[OrganizationId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [d1].[Id]
          FROM [DonThuXuLy] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[ParentUuid] = [t0].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[UserId] = @__currentUser_User_Id_Value_0 OR [t].[OrganizationId] = @__currentUser_OrganizationId_1 OR EXISTS (
          SELECT 1
          FROM [DonThuXuLyChuyenDon] AS [d2]
          WHERE ([d2].[DeletedDate] IS NULL) AND ([t0].[Id] IS NOT NULL) AND [t0].[Id] = [d2].[DonThuXuLyId] AND [d2].[CoQuanTiepNhanId] = @__currentUser_OrganizationId_2 AND [d2].[TrangThai] <> 2)) AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_3 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_4
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (83ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t6].[Code] AS [XuLyCode], [t6].[Name] AS [XuLyName], [t6].[IsXuLy], COUNT(*) AS [TongSo]
      FROM (
          SELECT [t4].[Code], [t4].[Name], CASE
              WHEN [t4].[Code] <> N'3' OR ([t4].[Code] IS NULL) OR (([t5].[Id] IS NOT NULL) AND EXISTS (
                  SELECT 1
                  FROM [DonThuXuLy] AS [d1]
                  LEFT JOIN (
                      SELECT [d2].[DonThuXuLyId], [d2].[CanBoId], [d2].[CreatedBy], [d2].[CreatedDate], [d2].[DMChucVuId], [d2].[DMPhongBanId], [d2].[DeletedBy], [d2].[DeletedDate], [d2].[IsLanhDao], [d2].[IsThuTruong], [d2].[OrganizationId], [d2].[ThoiHanXuLy], [d2].[ThongTinCaNhanId], [d2].[UpdatedBy], [d2].[UpdatedDate], [d2].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d2]
                      WHERE [d2].[DeletedDate] IS NULL
                  ) AS [t7] ON [d1].[Id] = [t7].[DonThuXuLyId]
                  WHERE ([d1].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d1].[DonThuId] AND [t7].[OrganizationId] = @___currentUser_OrganizationId_0) AND ((
                  SELECT TOP(1) [t9].[Id]
                  FROM [DonThuXuLy] AS [d3]
                  LEFT JOIN (
                      SELECT [d4].[DonThuXuLyId], [d4].[CanBoId], [d4].[CreatedBy], [d4].[CreatedDate], [d4].[DMChucVuId], [d4].[DMPhongBanId], [d4].[DeletedBy], [d4].[DeletedDate], [d4].[IsLanhDao], [d4].[IsThuTruong], [d4].[OrganizationId], [d4].[ThoiHanXuLy], [d4].[ThongTinCaNhanId], [d4].[UpdatedBy], [d4].[UpdatedDate], [d4].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d4]
                      WHERE [d4].[DeletedDate] IS NULL
                  ) AS [t8] ON [d3].[Id] = [t8].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d5].[Id], [d5].[Code], [d5].[CreatedBy], [d5].[CreatedDate], [d5].[DeletedBy], [d5].[DeletedDate], [d5].[Name], [d5].[Rank], [d5].[UpdatedBy], [d5].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d5]
                      WHERE [d5].[DeletedDate] IS NULL
                  ) AS [t9] ON [d3].[DMTrangThaiXuLyDonId] = [t9].[Id]
                  WHERE ([d3].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d3].[DonThuId] AND [t8].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL) AND (
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) = N'2' AND ((
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL)) THEN CAST(1 AS bit)
              ELSE CAST(0 AS bit)
          END AS [IsXuLy]
          FROM [TiepDan] AS [t]
          LEFT JOIN (
              SELECT [t1].[TiepDanId], [t1].[OrganizationId]
              FROM [TiepDanCanBoTiepNhan] AS [t1]
              WHERE [t1].[DeletedDate] IS NULL
          ) AS [t0] ON [t].[Uuid] = [t0].[TiepDanId]
          LEFT JOIN (
              SELECT [t3].[TiepDanId], [t3].[DMXuLyTiepDanId]
              FROM [TiepDanXuLy] AS [t3]
              WHERE [t3].[DeletedDate] IS NULL
          ) AS [t2] ON [t].[Uuid] = [t2].[TiepDanId]
          LEFT JOIN (
              SELECT [d].[Id], [d].[Code], [d].[Name]
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL
          ) AS [t4] ON [t2].[DMXuLyTiepDanId] = [t4].[Id]
          LEFT JOIN (
              SELECT [d0].[Id], [d0].[TiepDanId]
              FROM [DonThu] AS [d0]
              WHERE [d0].[DeletedDate] IS NULL
          ) AS [t5] ON [t].[Uuid] = [t5].[TiepDanId]
          WHERE ([t].[DeletedDate] IS NULL) AND [t0].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [t].[NgayTiepDan]) = @__model_Month_1 AND DATEPART(year, [t].[NgayTiepDan]) = @__model_Year_2
      ) AS [t6]
      GROUP BY [t6].[Code], [t6].[Name], [t6].[IsXuLy]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__TypedProperty_5='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32), @__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t1].[RoleId], [t1].[UserId], [t0].[UserName], [t0].[DisplayName], [t0].[Activated]
      FROM (
          SELECT TOP(@__TypedProperty_5) [t].[Uuid], [t].[UserName], [t].[DisplayName], [t].[Activated]
          FROM (
              SELECT [a].[Uuid], [a].[Activated], [a].[DisplayName], [a].[UserName]
              FROM [AspNetUsers] AS [a]
              WHERE [a].[DeletedDate] IS NULL
              ORDER BY [a].[UserName], [a].[Uuid]
              OFFSET @__TypedProperty_3 ROWS FETCH NEXT @__TypedProperty_4 ROWS ONLY
          ) AS [t]
          ORDER BY [t].[UserName], [t].[Uuid]
      ) AS [t0]
      LEFT JOIN (
          SELECT [t2].[RoleId], [t2].[UserId]
          FROM (
              SELECT [a0].[RoleId], [a0].[UserId], ROW_NUMBER() OVER(PARTITION BY [a0].[UserId] ORDER BY [a0].[RoleId], [a0].[UserId]) AS [row]
              FROM [AspNetUserRoles] AS [a0]
          ) AS [t2]
          WHERE [t2].[row] <= @__TypedProperty_1
      ) AS [t1] ON [t0].[Uuid] = [t1].[UserId]
      ORDER BY [t0].[UserName], [t0].[Uuid], [t1].[UserId], [t1].[RoleId]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetUsers] AS [a]
      WHERE [a].[DeletedDate] IS NULL
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"admintest@gmail.com","password":"7KlHO83nqw@@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"oldPassword":"7KlHO83nqw@@","newPassword":"@Nextformvn2024@","rePassword":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"admintest@gmail.com","password":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__model_Month_0='?' (DbType = Int32), @__model_Year_1='?' (DbType = Int32), @___currentUser_User_Id_Value_2='?' (DbType = Guid), @___currentUser_OrganizationId_3='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [DonThu] AS [d]
      LEFT JOIN (
          SELECT [t].[Uuid], [t].[IsTuChoi], [t].[NgayTiepDan], [t].[UserId]
          FROM [TiepDan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[TiepDanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [t2].[TiepDanId], [t2].[OrganizationId]
          FROM [TiepDanCanBoTiepNhan] AS [t2]
          WHERE [t2].[DeletedDate] IS NULL
      ) AS [t1] ON [t0].[Uuid] = [t1].[TiepDanId]
      LEFT JOIN (
          SELECT [t4].[TiepDanId], [t4].[UserId]
          FROM [TiepDanXuLy] AS [t4]
          WHERE [t4].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[Uuid] = [t3].[TiepDanId]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[TiepDanId] IS NOT NULL) AND [t0].[IsTuChoi] = CAST(0 AS bit) AND DATEPART(month, [t0].[NgayTiepDan]) = @__model_Month_0 AND DATEPART(year, [t0].[NgayTiepDan]) = @__model_Year_1 AND ([t0].[UserId] = @___currentUser_User_Id_Value_2 OR [t1].[OrganizationId] = @___currentUser_OrganizationId_3 OR [t3].[UserId] = @___currentUser_User_Id_Value_2)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t6].[Code] AS [XuLyCode], [t6].[Name] AS [XuLyName], [t6].[IsXuLy], COUNT(*) AS [TongSo]
      FROM (
          SELECT [t4].[Code], [t4].[Name], CASE
              WHEN [t4].[Code] <> N'3' OR ([t4].[Code] IS NULL) OR (([t5].[Id] IS NOT NULL) AND EXISTS (
                  SELECT 1
                  FROM [DonThuXuLy] AS [d1]
                  LEFT JOIN (
                      SELECT [d2].[DonThuXuLyId], [d2].[CanBoId], [d2].[CreatedBy], [d2].[CreatedDate], [d2].[DMChucVuId], [d2].[DMPhongBanId], [d2].[DeletedBy], [d2].[DeletedDate], [d2].[IsLanhDao], [d2].[IsThuTruong], [d2].[OrganizationId], [d2].[ThoiHanXuLy], [d2].[ThongTinCaNhanId], [d2].[UpdatedBy], [d2].[UpdatedDate], [d2].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d2]
                      WHERE [d2].[DeletedDate] IS NULL
                  ) AS [t7] ON [d1].[Id] = [t7].[DonThuXuLyId]
                  WHERE ([d1].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d1].[DonThuId] AND [t7].[OrganizationId] = @___currentUser_OrganizationId_0) AND ((
                  SELECT TOP(1) [t9].[Id]
                  FROM [DonThuXuLy] AS [d3]
                  LEFT JOIN (
                      SELECT [d4].[DonThuXuLyId], [d4].[CanBoId], [d4].[CreatedBy], [d4].[CreatedDate], [d4].[DMChucVuId], [d4].[DMPhongBanId], [d4].[DeletedBy], [d4].[DeletedDate], [d4].[IsLanhDao], [d4].[IsThuTruong], [d4].[OrganizationId], [d4].[ThoiHanXuLy], [d4].[ThongTinCaNhanId], [d4].[UpdatedBy], [d4].[UpdatedDate], [d4].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d4]
                      WHERE [d4].[DeletedDate] IS NULL
                  ) AS [t8] ON [d3].[Id] = [t8].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d5].[Id], [d5].[Code], [d5].[CreatedBy], [d5].[CreatedDate], [d5].[DeletedBy], [d5].[DeletedDate], [d5].[Name], [d5].[Rank], [d5].[UpdatedBy], [d5].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d5]
                      WHERE [d5].[DeletedDate] IS NULL
                  ) AS [t9] ON [d3].[DMTrangThaiXuLyDonId] = [t9].[Id]
                  WHERE ([d3].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d3].[DonThuId] AND [t8].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL) AND (
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) = N'2' AND ((
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL)) THEN CAST(1 AS bit)
              ELSE CAST(0 AS bit)
          END AS [IsXuLy]
          FROM [TiepDan] AS [t]
          LEFT JOIN (
              SELECT [t1].[TiepDanId], [t1].[OrganizationId]
              FROM [TiepDanCanBoTiepNhan] AS [t1]
              WHERE [t1].[DeletedDate] IS NULL
          ) AS [t0] ON [t].[Uuid] = [t0].[TiepDanId]
          LEFT JOIN (
              SELECT [t3].[TiepDanId], [t3].[DMXuLyTiepDanId]
              FROM [TiepDanXuLy] AS [t3]
              WHERE [t3].[DeletedDate] IS NULL
          ) AS [t2] ON [t].[Uuid] = [t2].[TiepDanId]
          LEFT JOIN (
              SELECT [d].[Id], [d].[Code], [d].[Name]
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL
          ) AS [t4] ON [t2].[DMXuLyTiepDanId] = [t4].[Id]
          LEFT JOIN (
              SELECT [d0].[Id], [d0].[TiepDanId]
              FROM [DonThu] AS [d0]
              WHERE [d0].[DeletedDate] IS NULL
          ) AS [t5] ON [t].[Uuid] = [t5].[TiepDanId]
          WHERE ([t].[DeletedDate] IS NULL) AND [t0].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [t].[NgayTiepDan]) = @__model_Month_1 AND DATEPART(year, [t].[NgayTiepDan]) = @__model_Year_2
      ) AS [t6]
      GROUP BY [t6].[Code], [t6].[Name], [t6].[IsXuLy]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__currentUser_User_Id_Value_0='?' (DbType = Guid), @__currentUser_OrganizationId_1='?' (DbType = Guid), @__currentUser_OrganizationId_2='?' (DbType = Guid), @__model_Month_3='?' (DbType = Int32), @__model_Year_4='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[CID], [d].[CreatedBy], [d].[CreatedDate], [d].[DMHinhThucXuLyDonId], [d].[DMLoaiHinhTiepNhanId], [d].[DMNhomThamQuyenGiaiQuyetId], [d].[DMPhanTheoThamQuyenId], [d].[DMTrangThaiXuLyDonId], [d].[DeletedBy], [d].[DeletedDate], [d].[DonThuId], [d].[FileId], [d].[GhiChu], [d].[IsYeuCauBaoCao], [d].[NgayTiepNhan], [d].[NgayVanBan], [d].[NgayXuLy], [d].[ParentUuid], [d].[UpdatedBy], [d].[UpdatedDate], [d].[UserId], [d].[VanBan], [d].[YKienXuLy]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[OrganizationId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [d1].[Id]
          FROM [DonThuXuLy] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[ParentUuid] = [t0].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[UserId] = @__currentUser_User_Id_Value_0 OR [t].[OrganizationId] = @__currentUser_OrganizationId_1 OR EXISTS (
          SELECT 1
          FROM [DonThuXuLyChuyenDon] AS [d2]
          WHERE ([d2].[DeletedDate] IS NULL) AND ([t0].[Id] IS NOT NULL) AND [t0].[Id] = [d2].[DonThuXuLyId] AND [d2].[CoQuanTiepNhanId] = @__currentUser_OrganizationId_2 AND [d2].[TrangThai] <> 2)) AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_3 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_4
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT (COALESCE([t0].[HoVaTenDem], N'') + N' ') + COALESCE([t0].[Ten], N'') AS [HoVaTen], [t2].[Name] AS [ChucVu], COUNT(*) AS [SoDon]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[DMChucVuId], [d0].[OrganizationId], [d0].[ThongTinCaNhanId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [t1].[Uuid], [t1].[HoVaTenDem], [t1].[Ten]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Name]
          FROM [DMChucVu] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t2] ON [t].[DMChucVuId] = [t2].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND [t].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_1 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_2
      GROUP BY [t0].[HoVaTenDem], [t0].[Ten], [t2].[Name]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (12ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (7ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"code":"TEST","name":"Ti?p dân"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (16ms) [Parameters=[@p0='?' (Size = 20), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (Size = 50), @p4='?' (DbType = DateTime2), @p5='?' (Size = 4000), @p6='?' (DbType = Guid), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [DMPhongBan] ([Code], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Name], [OrganizationId], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[Id]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"code":"CB","name":"Cán b?","rank":1}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (10ms) [Parameters=[@p0='?' (Size = 10), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (Size = 50), @p4='?' (DbType = DateTime2), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (Size = 50), @p11='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [DMChucVu] ([Code], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [IsLanhDao], [IsThuTruong], [Name], [OrganizationId], [Rank], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[Id]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"code":"TT","name":"Th? tru?ng","rank":2,"isLanhDao":false,"isThuTruong":true}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (Size = 10), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (Size = 50), @p4='?' (DbType = DateTime2), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (Size = 50), @p11='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [DMChucVu] ([Code], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [IsLanhDao], [IsThuTruong], [Name], [OrganizationId], [Rank], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[Id]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"isLanhDao":false,"isThuTruong":true,"rank":2,"code":"TT","name":"Th? tru?ng"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[IsLanhDao], [d].[IsThuTruong], [d].[Name], [d].[OrganizationId], [d].[Rank], [d].[UpdatedBy], [d].[UpdatedDate]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[Id] = @__p_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"isLanhDao":false,"isThuTruong":true,"rank":2,"code":"TT","name":"Th? tru?ng"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[IsLanhDao], [d].[IsThuTruong], [d].[Name], [d].[OrganizationId], [d].[Rank], [d].[UpdatedBy], [d].[UpdatedDate]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[Id] = @__p_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"isLanhDao":false,"isThuTruong":false,"rank":2,"code":"TT","name":"Th? tru?ng"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[IsLanhDao], [d].[IsThuTruong], [d].[Name], [d].[OrganizationId], [d].[Rank], [d].[UpdatedBy], [d].[UpdatedDate]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[Id] = @__p_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (11ms) [Parameters=[@p4='?' (DbType = Int32), @p0='?' (DbType = Boolean), @p1='?' (DbType = Boolean), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [DMChucVu] SET [IsLanhDao] = @p0, [IsThuTruong] = @p1, [UpdatedBy] = @p2, [UpdatedDate] = @p3
      OUTPUT 1
      WHERE [Id] = @p4;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"isLanhDao":true,"isThuTruong":false,"rank":2,"code":"TT","name":"Th? tru?ng"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[IsLanhDao], [d].[IsThuTruong], [d].[Name], [d].[OrganizationId], [d].[Rank], [d].[UpdatedBy], [d].[UpdatedDate]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[Id] = @__p_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@p2='?' (DbType = Int32), @p0='?' (DbType = Boolean), @p1='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [DMChucVu] SET [IsLanhDao] = @p0, [UpdatedDate] = @p1
      OUTPUT 1
      WHERE [Id] = @p2;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (26ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (15ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (11ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"soDinhDanh":"222222223333","hoVaTenDem":"Nguy?n Chí","ten":"A","email":"nguyenchia@gmail.com","gioiTinh":"Nam","thuongTruTinhCode":"52"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (22ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 450), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (DbType = Int32), @p10='?' (Size = 60), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 10), @p14='?' (Size = 4000), @p15='?' (Size = 5), @p16='?' (Size = 5), @p17='?' (DbType = Int32), @p18='?' (Size = 450), @p19='?' (Size = 20), @p20='?' (Size = 10), @p21='?' (Size = 500), @p22='?' (Size = 5), @p23='?' (Size = 5), @p24='?' (Size = 50), @p25='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [ThongTinCaNhan] ([Uuid], [CCCD], [CreatedBy], [CreatedDate], [DanTocId], [DeletedBy], [DeletedDate], [DienThoai], [Email], [GioiTinh], [HoVaTenDem], [NgayCap], [NoiCapCuThe], [QueQuanCode], [QueQuanCuThe], [QueQuanHuyenCode], [QueQuanTinhCode], [QuocTichId], [SoDinhDanh], [Ten], [ThuongTruCode], [ThuongTruCuThe], [ThuongTruHuyenCode], [ThuongTruTinhCode], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"dmChucVuId":26,"dmPhongBanId":13,"organizationId":"fd8c9a4f-3801-499e-a07c-b9c3dcbd66d0","thongTinCaNhanId":"e40b2673-4a4c-421e-abb3-6c6eb5f2d1d6"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (13ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (DbType = Guid), @p8='?' (DbType = Guid), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [CanBo] ([Uuid], [CreatedBy], [CreatedDate], [DMChucVuId], [DMPhongBanId], [DeletedBy], [DeletedDate], [OrganizationId], [ThongTinCaNhanId], [UpdatedBy], [UpdatedDate], [UserId])
      OUTPUT INSERTED.[CId], INSERTED.[TrangThai]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (13ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"soDinhDanh":"555433332222","hoVaTenDem":"Nguy?n Van","ten":"B","email":"nguyenvanb@gmail.com","gioiTinh":"Nu","thuongTruTinhCode":"52"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 450), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (DbType = Int32), @p10='?' (Size = 60), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 10), @p14='?' (Size = 4000), @p15='?' (Size = 5), @p16='?' (Size = 5), @p17='?' (DbType = Int32), @p18='?' (Size = 450), @p19='?' (Size = 20), @p20='?' (Size = 10), @p21='?' (Size = 500), @p22='?' (Size = 5), @p23='?' (Size = 5), @p24='?' (Size = 50), @p25='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [ThongTinCaNhan] ([Uuid], [CCCD], [CreatedBy], [CreatedDate], [DanTocId], [DeletedBy], [DeletedDate], [DienThoai], [Email], [GioiTinh], [HoVaTenDem], [NgayCap], [NoiCapCuThe], [QueQuanCode], [QueQuanCuThe], [QueQuanHuyenCode], [QueQuanTinhCode], [QuocTichId], [SoDinhDanh], [Ten], [ThuongTruCode], [ThuongTruCuThe], [ThuongTruHuyenCode], [ThuongTruTinhCode], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"dmChucVuId":27,"dmPhongBanId":13,"organizationId":"fd8c9a4f-3801-499e-a07c-b9c3dcbd66d0","thongTinCaNhanId":"d40f0624-68c0-4a3f-8e06-431bc2ce9eaf"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (DbType = Guid), @p8='?' (DbType = Guid), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [CanBo] ([Uuid], [CreatedBy], [CreatedDate], [DMChucVuId], [DMPhongBanId], [DeletedBy], [DeletedDate], [OrganizationId], [ThongTinCaNhanId], [UpdatedBy], [UpdatedDate], [UserId])
      OUTPUT INSERTED.[CId], INSERTED.[TrangThai]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__search_0='?' (Size = 60)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(@__TypedProperty_1) [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND ((@__search_0 LIKE N'') OR CHARINDEX(@__search_0, LOWER(((((((([t].[HoVaTenDem] + N'') + [t].[Ten]) + N'') + COALESCE([t].[SoDinhDanh], N'')) + N'') + COALESCE([t].[CCCD], N'')) + N'') + COALESCE([t].[Email], N''))) > 0)
      ORDER BY [t].[Uuid]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"soDinhDanh":"888844442222","hoVaTenDem":"Nguy?n Van","ten":"C","email":"nguyenvanc@gmail.com","gioiTinh":"Nam","thuongTruTinhCode":"52"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 450), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (DbType = Int32), @p10='?' (Size = 60), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 10), @p14='?' (Size = 4000), @p15='?' (Size = 5), @p16='?' (Size = 5), @p17='?' (DbType = Int32), @p18='?' (Size = 450), @p19='?' (Size = 20), @p20='?' (Size = 10), @p21='?' (Size = 500), @p22='?' (Size = 5), @p23='?' (Size = 5), @p24='?' (Size = 50), @p25='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [ThongTinCaNhan] ([Uuid], [CCCD], [CreatedBy], [CreatedDate], [DanTocId], [DeletedBy], [DeletedDate], [DienThoai], [Email], [GioiTinh], [HoVaTenDem], [NgayCap], [NoiCapCuThe], [QueQuanCode], [QueQuanCuThe], [QueQuanHuyenCode], [QueQuanTinhCode], [QuocTichId], [SoDinhDanh], [Ten], [ThuongTruCode], [ThuongTruCuThe], [ThuongTruHuyenCode], [ThuongTruTinhCode], [UpdatedBy], [UpdatedDate])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"dmChucVuId":26,"dmPhongBanId":13,"organizationId":"fd8c9a4f-3801-499e-a07c-b9c3dcbd66d0","thongTinCaNhanId":"35e5bd38-c180-43c0-97e5-a9c2ffe5e1c0"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 50), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (DbType = Int32), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (DbType = Guid), @p8='?' (DbType = Guid), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [CanBo] ([Uuid], [CreatedBy], [CreatedDate], [DMChucVuId], [DMPhongBanId], [DeletedBy], [DeletedDate], [OrganizationId], [ThongTinCaNhanId], [UpdatedBy], [UpdatedDate], [UserId])
      OUTPUT INSERTED.[CId], INSERTED.[TrangThai]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (7ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"vaiTroId":"032d23bc-d079-4b3d-9a00-952d197ec751","canBoId":"031b8b81-8f29-48bf-92e4-d2dd37e98766"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (7ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [c].[Uuid], [c].[CId], [c].[CreatedBy], [c].[CreatedDate], [c].[DMChucVuId], [c].[DMPhongBanId], [c].[DeletedBy], [c].[DeletedDate], [c].[OrganizationId], [c].[ThongTinCaNhanId], [c].[TrangThai], [c].[UpdatedBy], [c].[UpdatedDate], [c].[UserId]
      FROM [CanBo] AS [c]
      WHERE [c].[TrangThai] = 1 AND [c].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND [t].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [AspNetUsers] ([AccessFailedCount], [Activated], [Avatar], [Changed], [ConcurrencyStamp], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [DisplayName], [Email], [EmailConfirmed], [IsLGSP], [LockoutEnabled], [LockoutEnd], [NormalizedEmail], [NormalizedUserName], [OrganizationId], [PasswordHash], [PhoneNumber], [PhoneNumberConfirmed], [SecurityStamp], [TwoFactorEnabled], [UpdatedBy], [UpdatedDate], [UserName])
      OUTPUT INSERTED.[Uuid], INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid), @__get_Item_1='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0 AND [a].[RoleId] = @__get_Item_1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = Guid), @p28='?' (DbType = Guid), @p2='?' (DbType = Int32), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (DbType = Boolean), @p6='?' (Size = 4000), @p29='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (Size = 150), @p12='?' (Size = 256), @p13='?' (DbType = Boolean), @p14='?' (DbType = Boolean), @p15='?' (DbType = Boolean), @p16='?' (DbType = DateTimeOffset), @p17='?' (Size = 256), @p18='?' (Size = 256), @p19='?' (DbType = Guid), @p20='?' (Size = 4000), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 4000), @p24='?' (DbType = Boolean), @p25='?' (Size = 50), @p26='?' (DbType = DateTime2), @p27='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      INSERT INTO [AspNetUserRoles] ([RoleId], [UserId])
      VALUES (@p0, @p1);
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p2, [Activated] = @p3, [Avatar] = @p4, [Changed] = @p5, [ConcurrencyStamp] = @p6, [CreatedBy] = @p7, [CreatedDate] = @p8, [DeletedBy] = @p9, [DeletedDate] = @p10, [DisplayName] = @p11, [Email] = @p12, [EmailConfirmed] = @p13, [IsLGSP] = @p14, [LockoutEnabled] = @p15, [LockoutEnd] = @p16, [NormalizedEmail] = @p17, [NormalizedUserName] = @p18, [OrganizationId] = @p19, [PasswordHash] = @p20, [PhoneNumber] = @p21, [PhoneNumberConfirmed] = @p22, [SecurityStamp] = @p23, [TwoFactorEnabled] = @p24, [UpdatedBy] = @p25, [UpdatedDate] = @p26, [UserName] = @p27
      OUTPUT 1
      WHERE [Uuid] = @p28 AND [ConcurrencyStamp] = @p29;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (8ms) [Parameters=[@p3='?' (DbType = Guid), @p0='?' (Size = 50), @p1='?' (DbType = DateTime2), @p2='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [CanBo] SET [UpdatedBy] = @p0, [UpdatedDate] = @p1, [UserId] = @p2
      OUTPUT 1
      WHERE [Uuid] = @p3;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"vaiTroId":"0583958f-ccd7-492e-8268-106470daa99e","canBoId":"3da292be-e1a7-4d0e-b3b5-3d2af8a0960a"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [c].[Uuid], [c].[CId], [c].[CreatedBy], [c].[CreatedDate], [c].[DMChucVuId], [c].[DMPhongBanId], [c].[DeletedBy], [c].[DeletedDate], [c].[OrganizationId], [c].[ThongTinCaNhanId], [c].[TrangThai], [c].[UpdatedBy], [c].[UpdatedDate], [c].[UserId]
      FROM [CanBo] AS [c]
      WHERE [c].[TrangThai] = 1 AND [c].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND [t].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [AspNetUsers] ([AccessFailedCount], [Activated], [Avatar], [Changed], [ConcurrencyStamp], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [DisplayName], [Email], [EmailConfirmed], [IsLGSP], [LockoutEnabled], [LockoutEnd], [NormalizedEmail], [NormalizedUserName], [OrganizationId], [PasswordHash], [PhoneNumber], [PhoneNumberConfirmed], [SecurityStamp], [TwoFactorEnabled], [UpdatedBy], [UpdatedDate], [UserName])
      OUTPUT INSERTED.[Uuid], INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid), @__get_Item_1='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0 AND [a].[RoleId] = @__get_Item_1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = Guid), @p28='?' (DbType = Guid), @p2='?' (DbType = Int32), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (DbType = Boolean), @p6='?' (Size = 4000), @p29='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (Size = 150), @p12='?' (Size = 256), @p13='?' (DbType = Boolean), @p14='?' (DbType = Boolean), @p15='?' (DbType = Boolean), @p16='?' (DbType = DateTimeOffset), @p17='?' (Size = 256), @p18='?' (Size = 256), @p19='?' (DbType = Guid), @p20='?' (Size = 4000), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 4000), @p24='?' (DbType = Boolean), @p25='?' (Size = 50), @p26='?' (DbType = DateTime2), @p27='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      INSERT INTO [AspNetUserRoles] ([RoleId], [UserId])
      VALUES (@p0, @p1);
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p2, [Activated] = @p3, [Avatar] = @p4, [Changed] = @p5, [ConcurrencyStamp] = @p6, [CreatedBy] = @p7, [CreatedDate] = @p8, [DeletedBy] = @p9, [DeletedDate] = @p10, [DisplayName] = @p11, [Email] = @p12, [EmailConfirmed] = @p13, [IsLGSP] = @p14, [LockoutEnabled] = @p15, [LockoutEnd] = @p16, [NormalizedEmail] = @p17, [NormalizedUserName] = @p18, [OrganizationId] = @p19, [PasswordHash] = @p20, [PhoneNumber] = @p21, [PhoneNumberConfirmed] = @p22, [SecurityStamp] = @p23, [TwoFactorEnabled] = @p24, [UpdatedBy] = @p25, [UpdatedDate] = @p26, [UserName] = @p27
      OUTPUT 1
      WHERE [Uuid] = @p28 AND [ConcurrencyStamp] = @p29;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p3='?' (DbType = Guid), @p0='?' (Size = 50), @p1='?' (DbType = DateTime2), @p2='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [CanBo] SET [UpdatedBy] = @p0, [UpdatedDate] = @p1, [UserId] = @p2
      OUTPUT 1
      WHERE [Uuid] = @p3;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (48ms) [Parameters=[@__TypedProperty_7='?' (DbType = Int32), @__key_0='?' (DbType = Guid), @___currentUser_OrganizationId_1='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DMChucVuId], [t].[DMPhongBanId], [t].[DeletedBy], [t].[DeletedDate], [t].[OrganizationId], [t].[ThongTinCaNhanId], [t].[TrangThai], [t].[UpdatedBy], [t].[UpdatedDate], [t].[UserId], [t0].[Uuid], [t0].[CCCD], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DanTocId], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[DienThoai], [t0].[Email], [t0].[GioiTinh], [t0].[HoVaTenDem], [t0].[NgayCap], [t0].[NoiCapCuThe], [t0].[QueQuanCode], [t0].[QueQuanCuThe], [t0].[QueQuanHuyenCode], [t0].[QueQuanTinhCode], [t0].[QuocTichId], [t0].[SoDinhDanh], [t0].[Ten], [t0].[ThuongTruCode], [t0].[ThuongTruCuThe], [t0].[ThuongTruHuyenCode], [t0].[ThuongTruTinhCode], [t0].[UpdatedBy], [t0].[UpdatedDate], [t2].[Id], [t2].[Code], [t2].[CreatedBy], [t2].[CreatedDate], [t2].[DeletedBy], [t2].[DeletedDate], [t2].[Name], [t2].[Prefix], [t2].[UpdatedBy], [t2].[UpdatedDate], [t3].[Id], [t3].[Code], [t3].[CreatedBy], [t3].[CreatedDate], [t3].[DeletedBy], [t3].[DeletedDate], [t3].[Name], [t3].[TinhCode], [t3].[UpdatedBy], [t3].[UpdatedDate], CASE
          WHEN [t3].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END, [t4].[Id], [t4].[Code], [t4].[CreatedBy], [t4].[CreatedDate], [t4].[DeletedBy], [t4].[DeletedDate], [t4].[HuyenCode], [t4].[Name], [t4].[Prefix], [t4].[UpdatedBy], [t4].[UpdatedDate], CASE
          WHEN [t4].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END, CASE
          WHEN [t2].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END, CAST(0 AS bit)
      FROM (
          SELECT TOP(@__TypedProperty_7) [c].[Uuid], [c].[CId], [c].[CreatedBy], [c].[CreatedDate], [c].[DMChucVuId], [c].[DMPhongBanId], [c].[DeletedBy], [c].[DeletedDate], [c].[OrganizationId], [c].[ThongTinCaNhanId], [c].[TrangThai], [c].[UpdatedBy], [c].[UpdatedDate], [c].[UserId]
          FROM [CanBo] AS [c]
          WHERE [c].[TrangThai] = 1 AND [c].[Uuid] = @__key_0 AND [c].[OrganizationId] = @___currentUser_OrganizationId_1
          ORDER BY [c].[Uuid]
      ) AS [t]
      INNER JOIN (
          SELECT [t1].[Uuid], [t1].[CCCD], [t1].[CId], [t1].[CreatedBy], [t1].[CreatedDate], [t1].[DanTocId], [t1].[DeletedBy], [t1].[DeletedDate], [t1].[DienThoai], [t1].[Email], [t1].[GioiTinh], [t1].[HoVaTenDem], [t1].[NgayCap], [t1].[NoiCapCuThe], [t1].[QueQuanCode], [t1].[QueQuanCuThe], [t1].[QueQuanHuyenCode], [t1].[QueQuanTinhCode], [t1].[QuocTichId], [t1].[SoDinhDanh], [t1].[Ten], [t1].[ThuongTruCode], [t1].[ThuongTruCuThe], [t1].[ThuongTruHuyenCode], [t1].[ThuongTruTinhCode], [t1].[UpdatedBy], [t1].[UpdatedDate]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[Name], [d].[Prefix], [d].[UpdatedBy], [d].[UpdatedDate]
          FROM [DMTinh] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t2] ON [t0].[ThuongTruTinhCode] = [t2].[Code]
      LEFT JOIN (
          SELECT [d0].[Id], [d0].[Code], [d0].[CreatedBy], [d0].[CreatedDate], [d0].[DeletedBy], [d0].[DeletedDate], [d0].[Name], [d0].[TinhCode], [d0].[UpdatedBy], [d0].[UpdatedDate]
          FROM [DMHuyen] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[ThuongTruHuyenCode] = [t3].[Code]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Code], [d1].[CreatedBy], [d1].[CreatedDate], [d1].[DeletedBy], [d1].[DeletedDate], [d1].[HuyenCode], [d1].[Name], [d1].[Prefix], [d1].[UpdatedBy], [d1].[UpdatedDate]
          FROM [DMXa] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t4] ON [t0].[ThuongTruCode] = [t4].[Code]
      ORDER BY [t].[Uuid]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[CreatedBy], [d].[CreatedDate], [d].[DeletedBy], [d].[DeletedDate], [d].[IsLanhDao], [d].[IsThuTruong], [d].[Name], [d].[OrganizationId], [d].[Rank], [d].[UpdatedBy], [d].[UpdatedDate]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[Id] = @__p_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Name]
      FROM [DMPhongBan] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Boolean), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid], [a].[Name]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[IsRoot] = @__TypedProperty_0
      ORDER BY [a].[Uuid]
      OFFSET @__TypedProperty_2 ROWS
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"vaiTroId":"032d23bc-d079-4b3d-9a00-952d197ec751","canBoId":"bf21da3c-eb3e-4f8c-aeee-1253f74a5ff0"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [c].[Uuid], [c].[CId], [c].[CreatedBy], [c].[CreatedDate], [c].[DMChucVuId], [c].[DMPhongBanId], [c].[DeletedBy], [c].[DeletedDate], [c].[OrganizationId], [c].[ThongTinCaNhanId], [c].[TrangThai], [c].[UpdatedBy], [c].[UpdatedDate], [c].[UserId]
      FROM [CanBo] AS [c]
      WHERE [c].[TrangThai] = 1 AND [c].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Uuid], [t].[CCCD], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DanTocId], [t].[DeletedBy], [t].[DeletedDate], [t].[DienThoai], [t].[Email], [t].[GioiTinh], [t].[HoVaTenDem], [t].[NgayCap], [t].[NoiCapCuThe], [t].[QueQuanCode], [t].[QueQuanCuThe], [t].[QueQuanHuyenCode], [t].[QueQuanTinhCode], [t].[QuocTichId], [t].[SoDinhDanh], [t].[Ten], [t].[ThuongTruCode], [t].[ThuongTruCuThe], [t].[ThuongTruHuyenCode], [t].[ThuongTruTinhCode], [t].[UpdatedBy], [t].[UpdatedDate]
      FROM [ThongTinCaNhan] AS [t]
      WHERE ([t].[DeletedDate] IS NULL) AND [t].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [AspNetUsers] ([AccessFailedCount], [Activated], [Avatar], [Changed], [ConcurrencyStamp], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [DisplayName], [Email], [EmailConfirmed], [IsLGSP], [LockoutEnabled], [LockoutEnd], [NormalizedEmail], [NormalizedUserName], [OrganizationId], [PasswordHash], [PhoneNumber], [PhoneNumberConfirmed], [SecurityStamp], [TwoFactorEnabled], [UpdatedBy], [UpdatedDate], [UserName])
      OUTPUT INSERTED.[Uuid], INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid), @__get_Item_1='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0 AND [a].[RoleId] = @__get_Item_1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedRoleName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = Guid), @p28='?' (DbType = Guid), @p2='?' (DbType = Int32), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p5='?' (DbType = Boolean), @p6='?' (Size = 4000), @p29='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (Size = 150), @p12='?' (Size = 256), @p13='?' (DbType = Boolean), @p14='?' (DbType = Boolean), @p15='?' (DbType = Boolean), @p16='?' (DbType = DateTimeOffset), @p17='?' (Size = 256), @p18='?' (Size = 256), @p19='?' (DbType = Guid), @p20='?' (Size = 4000), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 4000), @p24='?' (DbType = Boolean), @p25='?' (Size = 50), @p26='?' (DbType = DateTime2), @p27='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      INSERT INTO [AspNetUserRoles] ([RoleId], [UserId])
      VALUES (@p0, @p1);
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p2, [Activated] = @p3, [Avatar] = @p4, [Changed] = @p5, [ConcurrencyStamp] = @p6, [CreatedBy] = @p7, [CreatedDate] = @p8, [DeletedBy] = @p9, [DeletedDate] = @p10, [DisplayName] = @p11, [Email] = @p12, [EmailConfirmed] = @p13, [IsLGSP] = @p14, [LockoutEnabled] = @p15, [LockoutEnd] = @p16, [NormalizedEmail] = @p17, [NormalizedUserName] = @p18, [OrganizationId] = @p19, [PasswordHash] = @p20, [PhoneNumber] = @p21, [PhoneNumberConfirmed] = @p22, [SecurityStamp] = @p23, [TwoFactorEnabled] = @p24, [UpdatedBy] = @p25, [UpdatedDate] = @p26, [UserName] = @p27
      OUTPUT 1
      WHERE [Uuid] = @p28 AND [ConcurrencyStamp] = @p29;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (DbType = Guid), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (DbType = Guid), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Guid), @p35='?' (DbType = Guid), @p9='?' (DbType = Int32), @p10='?' (DbType = Boolean), @p11='?' (Size = 4000), @p12='?' (DbType = Boolean), @p13='?' (Size = 4000), @p36='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (Size = 50), @p17='?' (DbType = DateTime2), @p18='?' (Size = 150), @p19='?' (Size = 256), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = DateTimeOffset), @p24='?' (Size = 256), @p25='?' (Size = 256), @p26='?' (DbType = Guid), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (DbType = Boolean), @p30='?' (Size = 4000), @p31='?' (DbType = Boolean), @p32='?' (Size = 50), @p33='?' (DbType = DateTime2), @p34='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      MERGE [AspNetUserClaims] USING (
      VALUES (@p0, @p1, @p2, 0),
      (@p3, @p4, @p5, 1),
      (@p6, @p7, @p8, 2)) AS i ([ClaimType], [ClaimValue], [UserId], _Position) ON 1=0
      WHEN NOT MATCHED THEN
      INSERT ([ClaimType], [ClaimValue], [UserId])
      VALUES (i.[ClaimType], i.[ClaimValue], i.[UserId])
      OUTPUT INSERTED.[Id], i._Position;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p9, [Activated] = @p10, [Avatar] = @p11, [Changed] = @p12, [ConcurrencyStamp] = @p13, [CreatedBy] = @p14, [CreatedDate] = @p15, [DeletedBy] = @p16, [DeletedDate] = @p17, [DisplayName] = @p18, [Email] = @p19, [EmailConfirmed] = @p20, [IsLGSP] = @p21, [LockoutEnabled] = @p22, [LockoutEnd] = @p23, [NormalizedEmail] = @p24, [NormalizedUserName] = @p25, [OrganizationId] = @p26, [PasswordHash] = @p27, [PhoneNumber] = @p28, [PhoneNumberConfirmed] = @p29, [SecurityStamp] = @p30, [TwoFactorEnabled] = @p31, [UpdatedBy] = @p32, [UpdatedDate] = @p33, [UserName] = @p34
      OUTPUT 1
      WHERE [Uuid] = @p35 AND [ConcurrencyStamp] = @p36;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p3='?' (DbType = Guid), @p0='?' (Size = 50), @p1='?' (DbType = DateTime2), @p2='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [CanBo] SET [UpdatedBy] = @p0, [UpdatedDate] = @p1, [UserId] = @p2
      OUTPUT 1
      WHERE [Uuid] = @p3;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"superadmin@gmail.com","password":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__role_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[ClaimType], [a].[ClaimValue]
      FROM [AspNetRoleClaims] AS [a]
      WHERE [a].[RoleId] = @__role_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'SuperAdmin'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT (COALESCE([t0].[HoVaTenDem], N'') + N' ') + COALESCE([t0].[Ten], N'') AS [HoVaTen], [t2].[Name] AS [ChucVu], COUNT(*) AS [SoDon]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[DMChucVuId], [d0].[OrganizationId], [d0].[ThongTinCaNhanId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [t1].[Uuid], [t1].[HoVaTenDem], [t1].[Ten]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Name]
          FROM [DMChucVu] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t2] ON [t].[DMChucVuId] = [t2].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND [t].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_1 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_2
      GROUP BY [t0].[HoVaTenDem], [t0].[Ten], [t2].[Name]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t6].[Code] AS [XuLyCode], [t6].[Name] AS [XuLyName], [t6].[IsXuLy], COUNT(*) AS [TongSo]
      FROM (
          SELECT [t4].[Code], [t4].[Name], CASE
              WHEN [t4].[Code] <> N'3' OR ([t4].[Code] IS NULL) OR (([t5].[Id] IS NOT NULL) AND EXISTS (
                  SELECT 1
                  FROM [DonThuXuLy] AS [d1]
                  LEFT JOIN (
                      SELECT [d2].[DonThuXuLyId], [d2].[CanBoId], [d2].[CreatedBy], [d2].[CreatedDate], [d2].[DMChucVuId], [d2].[DMPhongBanId], [d2].[DeletedBy], [d2].[DeletedDate], [d2].[IsLanhDao], [d2].[IsThuTruong], [d2].[OrganizationId], [d2].[ThoiHanXuLy], [d2].[ThongTinCaNhanId], [d2].[UpdatedBy], [d2].[UpdatedDate], [d2].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d2]
                      WHERE [d2].[DeletedDate] IS NULL
                  ) AS [t7] ON [d1].[Id] = [t7].[DonThuXuLyId]
                  WHERE ([d1].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d1].[DonThuId] AND [t7].[OrganizationId] = @___currentUser_OrganizationId_0) AND ((
                  SELECT TOP(1) [t9].[Id]
                  FROM [DonThuXuLy] AS [d3]
                  LEFT JOIN (
                      SELECT [d4].[DonThuXuLyId], [d4].[CanBoId], [d4].[CreatedBy], [d4].[CreatedDate], [d4].[DMChucVuId], [d4].[DMPhongBanId], [d4].[DeletedBy], [d4].[DeletedDate], [d4].[IsLanhDao], [d4].[IsThuTruong], [d4].[OrganizationId], [d4].[ThoiHanXuLy], [d4].[ThongTinCaNhanId], [d4].[UpdatedBy], [d4].[UpdatedDate], [d4].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d4]
                      WHERE [d4].[DeletedDate] IS NULL
                  ) AS [t8] ON [d3].[Id] = [t8].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d5].[Id], [d5].[Code], [d5].[CreatedBy], [d5].[CreatedDate], [d5].[DeletedBy], [d5].[DeletedDate], [d5].[Name], [d5].[Rank], [d5].[UpdatedBy], [d5].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d5]
                      WHERE [d5].[DeletedDate] IS NULL
                  ) AS [t9] ON [d3].[DMTrangThaiXuLyDonId] = [t9].[Id]
                  WHERE ([d3].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d3].[DonThuId] AND [t8].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL) AND (
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) = N'2' AND ((
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL)) THEN CAST(1 AS bit)
              ELSE CAST(0 AS bit)
          END AS [IsXuLy]
          FROM [TiepDan] AS [t]
          LEFT JOIN (
              SELECT [t1].[TiepDanId], [t1].[OrganizationId]
              FROM [TiepDanCanBoTiepNhan] AS [t1]
              WHERE [t1].[DeletedDate] IS NULL
          ) AS [t0] ON [t].[Uuid] = [t0].[TiepDanId]
          LEFT JOIN (
              SELECT [t3].[TiepDanId], [t3].[DMXuLyTiepDanId]
              FROM [TiepDanXuLy] AS [t3]
              WHERE [t3].[DeletedDate] IS NULL
          ) AS [t2] ON [t].[Uuid] = [t2].[TiepDanId]
          LEFT JOIN (
              SELECT [d].[Id], [d].[Code], [d].[Name]
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL
          ) AS [t4] ON [t2].[DMXuLyTiepDanId] = [t4].[Id]
          LEFT JOIN (
              SELECT [d0].[Id], [d0].[TiepDanId]
              FROM [DonThu] AS [d0]
              WHERE [d0].[DeletedDate] IS NULL
          ) AS [t5] ON [t].[Uuid] = [t5].[TiepDanId]
          WHERE ([t].[DeletedDate] IS NULL) AND [t0].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [t].[NgayTiepDan]) = @__model_Month_1 AND DATEPART(year, [t].[NgayTiepDan]) = @__model_Year_2
      ) AS [t6]
      GROUP BY [t6].[Code], [t6].[Name], [t6].[IsXuLy]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__model_Month_0='?' (DbType = Int32), @__model_Year_1='?' (DbType = Int32), @___currentUser_User_Id_Value_2='?' (DbType = Guid), @___currentUser_OrganizationId_3='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [DonThu] AS [d]
      LEFT JOIN (
          SELECT [t].[Uuid], [t].[IsTuChoi], [t].[NgayTiepDan], [t].[UserId]
          FROM [TiepDan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[TiepDanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [t2].[TiepDanId], [t2].[OrganizationId]
          FROM [TiepDanCanBoTiepNhan] AS [t2]
          WHERE [t2].[DeletedDate] IS NULL
      ) AS [t1] ON [t0].[Uuid] = [t1].[TiepDanId]
      LEFT JOIN (
          SELECT [t4].[TiepDanId], [t4].[UserId]
          FROM [TiepDanXuLy] AS [t4]
          WHERE [t4].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[Uuid] = [t3].[TiepDanId]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[TiepDanId] IS NOT NULL) AND [t0].[IsTuChoi] = CAST(0 AS bit) AND DATEPART(month, [t0].[NgayTiepDan]) = @__model_Month_0 AND DATEPART(year, [t0].[NgayTiepDan]) = @__model_Year_1 AND ([t0].[UserId] = @___currentUser_User_Id_Value_2 OR [t1].[OrganizationId] = @___currentUser_OrganizationId_3 OR [t3].[UserId] = @___currentUser_User_Id_Value_2)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__currentUser_User_Id_Value_0='?' (DbType = Guid), @__currentUser_OrganizationId_1='?' (DbType = Guid), @__currentUser_OrganizationId_2='?' (DbType = Guid), @__model_Month_3='?' (DbType = Int32), @__model_Year_4='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[CID], [d].[CreatedBy], [d].[CreatedDate], [d].[DMHinhThucXuLyDonId], [d].[DMLoaiHinhTiepNhanId], [d].[DMNhomThamQuyenGiaiQuyetId], [d].[DMPhanTheoThamQuyenId], [d].[DMTrangThaiXuLyDonId], [d].[DeletedBy], [d].[DeletedDate], [d].[DonThuId], [d].[FileId], [d].[GhiChu], [d].[IsYeuCauBaoCao], [d].[NgayTiepNhan], [d].[NgayVanBan], [d].[NgayXuLy], [d].[ParentUuid], [d].[UpdatedBy], [d].[UpdatedDate], [d].[UserId], [d].[VanBan], [d].[YKienXuLy]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[OrganizationId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [d1].[Id]
          FROM [DonThuXuLy] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[ParentUuid] = [t0].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[UserId] = @__currentUser_User_Id_Value_0 OR [t].[OrganizationId] = @__currentUser_OrganizationId_1 OR EXISTS (
          SELECT 1
          FROM [DonThuXuLyChuyenDon] AS [d2]
          WHERE ([d2].[DeletedDate] IS NULL) AND ([t0].[Id] IS NOT NULL) AND [t0].[Id] = [d2].[DonThuXuLyId] AND [d2].[CoQuanTiepNhanId] = @__currentUser_OrganizationId_2 AND [d2].[TrangThai] <> 2)) AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_3 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_4
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Name], [a].[IsRoot], [a].[Uuid], [a].[NormalizedName]
      FROM [AspNetRoles] AS [a]
      WHERE [a].[DeletedDate] IS NULL
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_5='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32), @__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t1].[RoleId], [t1].[UserId], [t0].[UserName], [t0].[DisplayName], [t0].[Activated]
      FROM (
          SELECT TOP(@__TypedProperty_5) [t].[Uuid], [t].[UserName], [t].[DisplayName], [t].[Activated]
          FROM (
              SELECT [a].[Uuid], [a].[Activated], [a].[DisplayName], [a].[UserName]
              FROM [AspNetUsers] AS [a]
              WHERE [a].[DeletedDate] IS NULL
              ORDER BY [a].[UserName], [a].[Uuid]
              OFFSET @__TypedProperty_3 ROWS FETCH NEXT @__TypedProperty_4 ROWS ONLY
          ) AS [t]
          ORDER BY [t].[UserName], [t].[Uuid]
      ) AS [t0]
      LEFT JOIN (
          SELECT [t2].[RoleId], [t2].[UserId]
          FROM (
              SELECT [a0].[RoleId], [a0].[UserId], ROW_NUMBER() OVER(PARTITION BY [a0].[UserId] ORDER BY [a0].[RoleId], [a0].[UserId]) AS [row]
              FROM [AspNetUserRoles] AS [a0]
          ) AS [t2]
          WHERE [t2].[row] <= @__TypedProperty_1
      ) AS [t1] ON [t0].[Uuid] = [t1].[UserId]
      ORDER BY [t0].[UserName], [t0].[Uuid], [t1].[UserId], [t1].[RoleId]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [AspNetUsers] AS [a]
      WHERE [a].[DeletedDate] IS NULL
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (11ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"admintest@gmail.com","password":"yZfI7d9YFJ@@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"oldPassword":"yZfI7d9YFJ@@","newPassword":"@Nextformvn2024@","rePassword":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedEmail_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedEmail] = @__normalizedEmail_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p26='?' (DbType = Guid), @p0='?' (DbType = Int32), @p1='?' (DbType = Boolean), @p2='?' (Size = 4000), @p3='?' (DbType = Boolean), @p4='?' (Size = 4000), @p27='?' (Size = 4000), @p5='?' (Size = 50), @p6='?' (DbType = DateTime2), @p7='?' (Size = 50), @p8='?' (DbType = DateTime2), @p9='?' (Size = 150), @p10='?' (Size = 256), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = DateTimeOffset), @p15='?' (Size = 256), @p16='?' (Size = 256), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 4000), @p20='?' (DbType = Boolean), @p21='?' (Size = 4000), @p22='?' (DbType = Boolean), @p23='?' (Size = 50), @p24='?' (DbType = DateTime2), @p25='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      UPDATE [AspNetUsers] SET [AccessFailedCount] = @p0, [Activated] = @p1, [Avatar] = @p2, [Changed] = @p3, [ConcurrencyStamp] = @p4, [CreatedBy] = @p5, [CreatedDate] = @p6, [DeletedBy] = @p7, [DeletedDate] = @p8, [DisplayName] = @p9, [Email] = @p10, [EmailConfirmed] = @p11, [IsLGSP] = @p12, [LockoutEnabled] = @p13, [LockoutEnd] = @p14, [NormalizedEmail] = @p15, [NormalizedUserName] = @p16, [OrganizationId] = @p17, [PasswordHash] = @p18, [PhoneNumber] = @p19, [PhoneNumberConfirmed] = @p20, [SecurityStamp] = @p21, [TwoFactorEnabled] = @p22, [UpdatedBy] = @p23, [UpdatedDate] = @p24, [UserName] = @p25
      OUTPUT 1
      WHERE [Uuid] = @p26 AND [ConcurrencyStamp] = @p27;
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"admintest@gmail.com","password":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__model_Month_0='?' (DbType = Int32), @__model_Year_1='?' (DbType = Int32), @___currentUser_User_Id_Value_2='?' (DbType = Guid), @___currentUser_OrganizationId_3='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [DonThu] AS [d]
      LEFT JOIN (
          SELECT [t].[Uuid], [t].[IsTuChoi], [t].[NgayTiepDan], [t].[UserId]
          FROM [TiepDan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[TiepDanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [t2].[TiepDanId], [t2].[OrganizationId]
          FROM [TiepDanCanBoTiepNhan] AS [t2]
          WHERE [t2].[DeletedDate] IS NULL
      ) AS [t1] ON [t0].[Uuid] = [t1].[TiepDanId]
      LEFT JOIN (
          SELECT [t4].[TiepDanId], [t4].[UserId]
          FROM [TiepDanXuLy] AS [t4]
          WHERE [t4].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[Uuid] = [t3].[TiepDanId]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[TiepDanId] IS NOT NULL) AND [t0].[IsTuChoi] = CAST(0 AS bit) AND DATEPART(month, [t0].[NgayTiepDan]) = @__model_Month_0 AND DATEPART(year, [t0].[NgayTiepDan]) = @__model_Year_1 AND ([t0].[UserId] = @___currentUser_User_Id_Value_2 OR [t1].[OrganizationId] = @___currentUser_OrganizationId_3 OR [t3].[UserId] = @___currentUser_User_Id_Value_2)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT (COALESCE([t0].[HoVaTenDem], N'') + N' ') + COALESCE([t0].[Ten], N'') AS [HoVaTen], [t2].[Name] AS [ChucVu], COUNT(*) AS [SoDon]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[DMChucVuId], [d0].[OrganizationId], [d0].[ThongTinCaNhanId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [t1].[Uuid], [t1].[HoVaTenDem], [t1].[Ten]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Name]
          FROM [DMChucVu] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t2] ON [t].[DMChucVuId] = [t2].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND [t].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_1 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_2
      GROUP BY [t0].[HoVaTenDem], [t0].[Ten], [t2].[Name]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__currentUser_User_Id_Value_0='?' (DbType = Guid), @__currentUser_OrganizationId_1='?' (DbType = Guid), @__currentUser_OrganizationId_2='?' (DbType = Guid), @__model_Month_3='?' (DbType = Int32), @__model_Year_4='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[CID], [d].[CreatedBy], [d].[CreatedDate], [d].[DMHinhThucXuLyDonId], [d].[DMLoaiHinhTiepNhanId], [d].[DMNhomThamQuyenGiaiQuyetId], [d].[DMPhanTheoThamQuyenId], [d].[DMTrangThaiXuLyDonId], [d].[DeletedBy], [d].[DeletedDate], [d].[DonThuId], [d].[FileId], [d].[GhiChu], [d].[IsYeuCauBaoCao], [d].[NgayTiepNhan], [d].[NgayVanBan], [d].[NgayXuLy], [d].[ParentUuid], [d].[UpdatedBy], [d].[UpdatedDate], [d].[UserId], [d].[VanBan], [d].[YKienXuLy]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[OrganizationId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [d1].[Id]
          FROM [DonThuXuLy] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[ParentUuid] = [t0].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[UserId] = @__currentUser_User_Id_Value_0 OR [t].[OrganizationId] = @__currentUser_OrganizationId_1 OR EXISTS (
          SELECT 1
          FROM [DonThuXuLyChuyenDon] AS [d2]
          WHERE ([d2].[DeletedDate] IS NULL) AND ([t0].[Id] IS NOT NULL) AND [t0].[Id] = [d2].[DonThuXuLyId] AND [d2].[CoQuanTiepNhanId] = @__currentUser_OrganizationId_2 AND [d2].[TrangThai] <> 2)) AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_3 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_4
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t6].[Code] AS [XuLyCode], [t6].[Name] AS [XuLyName], [t6].[IsXuLy], COUNT(*) AS [TongSo]
      FROM (
          SELECT [t4].[Code], [t4].[Name], CASE
              WHEN [t4].[Code] <> N'3' OR ([t4].[Code] IS NULL) OR (([t5].[Id] IS NOT NULL) AND EXISTS (
                  SELECT 1
                  FROM [DonThuXuLy] AS [d1]
                  LEFT JOIN (
                      SELECT [d2].[DonThuXuLyId], [d2].[CanBoId], [d2].[CreatedBy], [d2].[CreatedDate], [d2].[DMChucVuId], [d2].[DMPhongBanId], [d2].[DeletedBy], [d2].[DeletedDate], [d2].[IsLanhDao], [d2].[IsThuTruong], [d2].[OrganizationId], [d2].[ThoiHanXuLy], [d2].[ThongTinCaNhanId], [d2].[UpdatedBy], [d2].[UpdatedDate], [d2].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d2]
                      WHERE [d2].[DeletedDate] IS NULL
                  ) AS [t7] ON [d1].[Id] = [t7].[DonThuXuLyId]
                  WHERE ([d1].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d1].[DonThuId] AND [t7].[OrganizationId] = @___currentUser_OrganizationId_0) AND ((
                  SELECT TOP(1) [t9].[Id]
                  FROM [DonThuXuLy] AS [d3]
                  LEFT JOIN (
                      SELECT [d4].[DonThuXuLyId], [d4].[CanBoId], [d4].[CreatedBy], [d4].[CreatedDate], [d4].[DMChucVuId], [d4].[DMPhongBanId], [d4].[DeletedBy], [d4].[DeletedDate], [d4].[IsLanhDao], [d4].[IsThuTruong], [d4].[OrganizationId], [d4].[ThoiHanXuLy], [d4].[ThongTinCaNhanId], [d4].[UpdatedBy], [d4].[UpdatedDate], [d4].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d4]
                      WHERE [d4].[DeletedDate] IS NULL
                  ) AS [t8] ON [d3].[Id] = [t8].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d5].[Id], [d5].[Code], [d5].[CreatedBy], [d5].[CreatedDate], [d5].[DeletedBy], [d5].[DeletedDate], [d5].[Name], [d5].[Rank], [d5].[UpdatedBy], [d5].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d5]
                      WHERE [d5].[DeletedDate] IS NULL
                  ) AS [t9] ON [d3].[DMTrangThaiXuLyDonId] = [t9].[Id]
                  WHERE ([d3].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d3].[DonThuId] AND [t8].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL) AND (
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) = N'2' AND ((
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL)) THEN CAST(1 AS bit)
              ELSE CAST(0 AS bit)
          END AS [IsXuLy]
          FROM [TiepDan] AS [t]
          LEFT JOIN (
              SELECT [t1].[TiepDanId], [t1].[OrganizationId]
              FROM [TiepDanCanBoTiepNhan] AS [t1]
              WHERE [t1].[DeletedDate] IS NULL
          ) AS [t0] ON [t].[Uuid] = [t0].[TiepDanId]
          LEFT JOIN (
              SELECT [t3].[TiepDanId], [t3].[DMXuLyTiepDanId]
              FROM [TiepDanXuLy] AS [t3]
              WHERE [t3].[DeletedDate] IS NULL
          ) AS [t2] ON [t].[Uuid] = [t2].[TiepDanId]
          LEFT JOIN (
              SELECT [d].[Id], [d].[Code], [d].[Name]
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL
          ) AS [t4] ON [t2].[DMXuLyTiepDanId] = [t4].[Id]
          LEFT JOIN (
              SELECT [d0].[Id], [d0].[TiepDanId]
              FROM [DonThu] AS [d0]
              WHERE [d0].[DeletedDate] IS NULL
          ) AS [t5] ON [t].[Uuid] = [t5].[TiepDanId]
          WHERE ([t].[DeletedDate] IS NULL) AND [t0].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [t].[NgayTiepDan]) = @__model_Month_1 AND DATEPART(year, [t].[NgayTiepDan]) = @__model_Year_2
      ) AS [t6]
      GROUP BY [t6].[Code], [t6].[Name], [t6].[IsXuLy]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"username":"admintest@gmail.com","password":"@Nextformvn2024@"}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__user_Id_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Id], [a].[ClaimType], [a].[ClaimValue], [a].[UserId]
      FROM [AspNetUserClaims] AS [a]
      WHERE [a].[UserId] = @__user_Id_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedName] = @__normalizedName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[UserId], [a].[RoleId]
      FROM [AspNetUserRoles] AS [a]
      WHERE [a].[UserId] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__roleId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[CId], [a].[Code], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[IsRoot], [a].[IsSuperAdmin], [a].[Name], [a].[NormalizedName], [a].[UpdatedBy], [a].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__roleId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(2) [o].[Uuid], [o].[CId], [o].[Code], [o].[CreatedBy], [o].[CreatedDate], [o].[DMCapHanhChinhId], [o].[DMHuyenCode], [o].[DMTinhCode], [o].[DMXaCode], [o].[DeletedBy], [o].[DeletedDate], [o].[Email], [o].[Fax], [o].[OrganAdd], [o].[OrganId], [o].[OrganName], [o].[OrganizationInChargeId], [o].[State], [o].[Telephone], [o].[UpdatedBy], [o].[UpdatedDate], [o].[Website]
      FROM [Organization] AS [o]
      WHERE ([o].[DeletedDate] IS NULL) AND [o].[Uuid] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__model_Month_0='?' (DbType = Int32), @__model_Year_1='?' (DbType = Int32), @___currentUser_User_Id_Value_2='?' (DbType = Guid), @___currentUser_OrganizationId_3='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [DonThu] AS [d]
      LEFT JOIN (
          SELECT [t].[Uuid], [t].[IsTuChoi], [t].[NgayTiepDan], [t].[UserId]
          FROM [TiepDan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[TiepDanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [t2].[TiepDanId], [t2].[OrganizationId]
          FROM [TiepDanCanBoTiepNhan] AS [t2]
          WHERE [t2].[DeletedDate] IS NULL
      ) AS [t1] ON [t0].[Uuid] = [t1].[TiepDanId]
      LEFT JOIN (
          SELECT [t4].[TiepDanId], [t4].[UserId]
          FROM [TiepDanXuLy] AS [t4]
          WHERE [t4].[DeletedDate] IS NULL
      ) AS [t3] ON [t0].[Uuid] = [t3].[TiepDanId]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[TiepDanId] IS NOT NULL) AND [t0].[IsTuChoi] = CAST(0 AS bit) AND DATEPART(month, [t0].[NgayTiepDan]) = @__model_Month_0 AND DATEPART(year, [t0].[NgayTiepDan]) = @__model_Year_1 AND ([t0].[UserId] = @___currentUser_User_Id_Value_2 OR [t1].[OrganizationId] = @___currentUser_OrganizationId_3 OR [t3].[UserId] = @___currentUser_User_Id_Value_2)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__currentUser_User_Id_Value_0='?' (DbType = Guid), @__currentUser_OrganizationId_1='?' (DbType = Guid), @__currentUser_OrganizationId_2='?' (DbType = Guid), @__model_Month_3='?' (DbType = Int32), @__model_Year_4='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[CID], [d].[CreatedBy], [d].[CreatedDate], [d].[DMHinhThucXuLyDonId], [d].[DMLoaiHinhTiepNhanId], [d].[DMNhomThamQuyenGiaiQuyetId], [d].[DMPhanTheoThamQuyenId], [d].[DMTrangThaiXuLyDonId], [d].[DeletedBy], [d].[DeletedDate], [d].[DonThuId], [d].[FileId], [d].[GhiChu], [d].[IsYeuCauBaoCao], [d].[NgayTiepNhan], [d].[NgayVanBan], [d].[NgayXuLy], [d].[ParentUuid], [d].[UpdatedBy], [d].[UpdatedDate], [d].[UserId], [d].[VanBan], [d].[YKienXuLy]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[OrganizationId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [d1].[Id]
          FROM [DonThuXuLy] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t0] ON [d].[ParentUuid] = [t0].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND ([d].[UserId] = @__currentUser_User_Id_Value_0 OR [t].[OrganizationId] = @__currentUser_OrganizationId_1 OR EXISTS (
          SELECT 1
          FROM [DonThuXuLyChuyenDon] AS [d2]
          WHERE ([d2].[DeletedDate] IS NULL) AND ([t0].[Id] IS NOT NULL) AND [t0].[Id] = [d2].[DonThuXuLyId] AND [d2].[CoQuanTiepNhanId] = @__currentUser_OrganizationId_2 AND [d2].[TrangThai] <> 2)) AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_3 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_4
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT (COALESCE([t0].[HoVaTenDem], N'') + N' ') + COALESCE([t0].[Ten], N'') AS [HoVaTen], [t2].[Name] AS [ChucVu], COUNT(*) AS [SoDon]
      FROM [DonThuXuLy] AS [d]
      LEFT JOIN (
          SELECT [d0].[DonThuXuLyId], [d0].[DMChucVuId], [d0].[OrganizationId], [d0].[ThongTinCaNhanId]
          FROM [DonThuXuLyCanBo] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t] ON [d].[Id] = [t].[DonThuXuLyId]
      LEFT JOIN (
          SELECT [t1].[Uuid], [t1].[HoVaTenDem], [t1].[Ten]
          FROM [ThongTinCaNhan] AS [t1]
          WHERE [t1].[DeletedDate] IS NULL
      ) AS [t0] ON [t].[ThongTinCaNhanId] = [t0].[Uuid]
      LEFT JOIN (
          SELECT [d1].[Id], [d1].[Name]
          FROM [DMChucVu] AS [d1]
          WHERE [d1].[DeletedDate] IS NULL
      ) AS [t2] ON [t].[DMChucVuId] = [t2].[Id]
      WHERE ([d].[DeletedDate] IS NULL) AND [t].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [d].[NgayTiepNhan]) = @__model_Month_1 AND DATEPART(year, [d].[NgayTiepNhan]) = @__model_Year_2
      GROUP BY [t0].[HoVaTenDem], [t0].[Ten], [t2].[Name]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      {"month":8,"year":2024}
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__model_Month_1='?' (DbType = Int32), @__model_Year_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t6].[Code] AS [XuLyCode], [t6].[Name] AS [XuLyName], [t6].[IsXuLy], COUNT(*) AS [TongSo]
      FROM (
          SELECT [t4].[Code], [t4].[Name], CASE
              WHEN [t4].[Code] <> N'3' OR ([t4].[Code] IS NULL) OR (([t5].[Id] IS NOT NULL) AND EXISTS (
                  SELECT 1
                  FROM [DonThuXuLy] AS [d1]
                  LEFT JOIN (
                      SELECT [d2].[DonThuXuLyId], [d2].[CanBoId], [d2].[CreatedBy], [d2].[CreatedDate], [d2].[DMChucVuId], [d2].[DMPhongBanId], [d2].[DeletedBy], [d2].[DeletedDate], [d2].[IsLanhDao], [d2].[IsThuTruong], [d2].[OrganizationId], [d2].[ThoiHanXuLy], [d2].[ThongTinCaNhanId], [d2].[UpdatedBy], [d2].[UpdatedDate], [d2].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d2]
                      WHERE [d2].[DeletedDate] IS NULL
                  ) AS [t7] ON [d1].[Id] = [t7].[DonThuXuLyId]
                  WHERE ([d1].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d1].[DonThuId] AND [t7].[OrganizationId] = @___currentUser_OrganizationId_0) AND ((
                  SELECT TOP(1) [t9].[Id]
                  FROM [DonThuXuLy] AS [d3]
                  LEFT JOIN (
                      SELECT [d4].[DonThuXuLyId], [d4].[CanBoId], [d4].[CreatedBy], [d4].[CreatedDate], [d4].[DMChucVuId], [d4].[DMPhongBanId], [d4].[DeletedBy], [d4].[DeletedDate], [d4].[IsLanhDao], [d4].[IsThuTruong], [d4].[OrganizationId], [d4].[ThoiHanXuLy], [d4].[ThongTinCaNhanId], [d4].[UpdatedBy], [d4].[UpdatedDate], [d4].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d4]
                      WHERE [d4].[DeletedDate] IS NULL
                  ) AS [t8] ON [d3].[Id] = [t8].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d5].[Id], [d5].[Code], [d5].[CreatedBy], [d5].[CreatedDate], [d5].[DeletedBy], [d5].[DeletedDate], [d5].[Name], [d5].[Rank], [d5].[UpdatedBy], [d5].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d5]
                      WHERE [d5].[DeletedDate] IS NULL
                  ) AS [t9] ON [d3].[DMTrangThaiXuLyDonId] = [t9].[Id]
                  WHERE ([d3].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d3].[DonThuId] AND [t8].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL) AND (
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) = N'2' AND ((
                  SELECT TOP(1) [t11].[Code]
                  FROM [DonThuXuLy] AS [d6]
                  LEFT JOIN (
                      SELECT [d7].[DonThuXuLyId], [d7].[CanBoId], [d7].[CreatedBy], [d7].[CreatedDate], [d7].[DMChucVuId], [d7].[DMPhongBanId], [d7].[DeletedBy], [d7].[DeletedDate], [d7].[IsLanhDao], [d7].[IsThuTruong], [d7].[OrganizationId], [d7].[ThoiHanXuLy], [d7].[ThongTinCaNhanId], [d7].[UpdatedBy], [d7].[UpdatedDate], [d7].[UserId]
                      FROM [DonThuXuLyCanBo] AS [d7]
                      WHERE [d7].[DeletedDate] IS NULL
                  ) AS [t10] ON [d6].[Id] = [t10].[DonThuXuLyId]
                  LEFT JOIN (
                      SELECT [d8].[Id], [d8].[Code], [d8].[CreatedBy], [d8].[CreatedDate], [d8].[DeletedBy], [d8].[DeletedDate], [d8].[Name], [d8].[Rank], [d8].[UpdatedBy], [d8].[UpdatedDate]
                      FROM [DMTrangThaiXuLyDon] AS [d8]
                      WHERE [d8].[DeletedDate] IS NULL
                  ) AS [t11] ON [d6].[DMTrangThaiXuLyDonId] = [t11].[Id]
                  WHERE ([d6].[DeletedDate] IS NULL) AND ([t5].[Id] IS NOT NULL) AND [t5].[Id] = [d6].[DonThuId] AND [t10].[OrganizationId] = @___currentUser_OrganizationId_0) IS NOT NULL)) THEN CAST(1 AS bit)
              ELSE CAST(0 AS bit)
          END AS [IsXuLy]
          FROM [TiepDan] AS [t]
          LEFT JOIN (
              SELECT [t1].[TiepDanId], [t1].[OrganizationId]
              FROM [TiepDanCanBoTiepNhan] AS [t1]
              WHERE [t1].[DeletedDate] IS NULL
          ) AS [t0] ON [t].[Uuid] = [t0].[TiepDanId]
          LEFT JOIN (
              SELECT [t3].[TiepDanId], [t3].[DMXuLyTiepDanId]
              FROM [TiepDanXuLy] AS [t3]
              WHERE [t3].[DeletedDate] IS NULL
          ) AS [t2] ON [t].[Uuid] = [t2].[TiepDanId]
          LEFT JOIN (
              SELECT [d].[Id], [d].[Code], [d].[Name]
              FROM [DMXuLyTiepDan] AS [d]
              WHERE [d].[DeletedDate] IS NULL
          ) AS [t4] ON [t2].[DMXuLyTiepDanId] = [t4].[Id]
          LEFT JOIN (
              SELECT [d0].[Id], [d0].[TiepDanId]
              FROM [DonThu] AS [d0]
              WHERE [d0].[DeletedDate] IS NULL
          ) AS [t5] ON [t].[Uuid] = [t5].[TiepDanId]
          WHERE ([t].[DeletedDate] IS NULL) AND [t0].[OrganizationId] = @___currentUser_OrganizationId_0 AND DATEPART(month, [t].[NgayTiepDan]) = @__model_Month_1 AND DATEPART(year, [t].[NgayTiepDan]) = @__model_Year_2
      ) AS [t6]
      GROUP BY [t6].[Code], [t6].[Name], [t6].[IsXuLy]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (Size = 50), @p5='?' (DbType = DateTime2), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (DbType = Boolean), @p9='?' (Size = 4000), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 50), @p15='?' (DbType = DateTime2), @p16='?' (DbType = Guid), @p17='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET IMPLICIT_TRANSACTIONS OFF;
      SET NOCOUNT ON;
      INSERT INTO [LogAction] ([Uuid], [AtTime], [CreatedBy], [CreatedDate], [DeletedBy], [DeletedDate], [Endpoint], [IpAddress], [IsSuccessed], [Methods], [OrganizationId], [Request], [Response], [Summary], [UpdatedBy], [UpdatedDate], [UserId], [UserName])
      OUTPUT INSERTED.[CId]
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17);
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@___currentUser_OrganizationId_0='?' (DbType = Guid), @__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [d].[Id], [d].[Code], [d].[Name], [d].[Rank], [d].[IsLanhDao], [d].[IsThuTruong]
      FROM [DMChucVu] AS [d]
      WHERE ([d].[DeletedDate] IS NULL) AND [d].[OrganizationId] = @___currentUser_OrganizationId_0
      ORDER BY [d].[Name], [d].[Id]
      OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (8ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Unauthenticated' with detail 'Không có quy?n.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__normalizedUserName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[NormalizedUserName] = @__normalizedUserName_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__userId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Name]
      FROM [AspNetUserRoles] AS [a]
      INNER JOIN (
          SELECT [a0].[Uuid], [a0].[Name]
          FROM [AspNetRoles] AS [a0]
          WHERE [a0].[DeletedDate] IS NULL
      ) AS [t] ON [a].[RoleId] = [t].[Uuid]
      WHERE [a].[UserId] = @__userId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Uuid], [t0].[CId], [t0].[CreatedBy], [t0].[CreatedDate], [t0].[DeletedBy], [t0].[DeletedDate], [t0].[Icon], [t0].[IsPublic], [t0].[Label], [t0].[Link], [t0].[Ordinal], [t0].[ParentUuid], [t0].[UpdatedBy], [t0].[UpdatedDate]
      FROM [AspNetRoles] AS [a]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[CId], [t].[CreatedBy], [t].[CreatedDate], [t].[DeletedBy], [t].[DeletedDate], [t].[Icon], [t].[IsPublic], [t].[Label], [t].[Link], [t].[Ordinal], [t].[ParentUuid], [t].[UpdatedBy], [t].[UpdatedDate], [m].[RolesId]
          FROM [MenuRole] AS [m]
          INNER JOIN (
              SELECT [m0].[Uuid], [m0].[CId], [m0].[CreatedBy], [m0].[CreatedDate], [m0].[DeletedBy], [m0].[DeletedDate], [m0].[Icon], [m0].[IsPublic], [m0].[Label], [m0].[Link], [m0].[Ordinal], [m0].[ParentUuid], [m0].[UpdatedBy], [m0].[UpdatedDate]
              FROM [Menu] AS [m0]
              WHERE [m0].[DeletedDate] IS NULL
          ) AS [t] ON [m].[MenusId] = [t].[Uuid]
      ) AS [t0] ON [a].[Uuid] = [t0].[RolesId]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Name] = N'Admin don v?'
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
      AAAAAAA=
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Uuid] AS [Id], [c].[UserId], [t0].[SoDinhDanh] AS [CCCD], ([t0].[HoVaTenDem] + N' ') + [t0].[Ten] AS [HoVaTen], [t0].[GioiTinh], [t1].[Name] AS [ChucVu], [t2].[Name] AS [PhongBan], @__OrganizationId_0 AS [OrganizationId]
      FROM [CanBo] AS [c]
      INNER JOIN (
          SELECT [t].[Uuid], [t].[GioiTinh], [t].[HoVaTenDem], [t].[SoDinhDanh], [t].[Ten]
          FROM [ThongTinCaNhan] AS [t]
          WHERE [t].[DeletedDate] IS NULL
      ) AS [t0] ON [c].[ThongTinCaNhanId] = [t0].[Uuid]
      INNER JOIN (
          SELECT [d].[Id], [d].[Name]
          FROM [DMChucVu] AS [d]
          WHERE [d].[DeletedDate] IS NULL
      ) AS [t1] ON [c].[DMChucVuId] = [t1].[Id]
      INNER JOIN (
          SELECT [d0].[Id], [d0].[Name]
          FROM [DMPhongBan] AS [d0]
          WHERE [d0].[DeletedDate] IS NULL
      ) AS [t2] ON [c].[DMPhongBanId] = [t2].[Id]
      WHERE [c].[TrangThai] = 1 AND [c].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__OrganizationId_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Uuid] AS [UserId], (
          SELECT TOP(1) [a0].[ClaimValue]
          FROM [AspNetUserClaims] AS [a0]
          WHERE [a].[Uuid] = [a0].[UserId] AND [a0].[ClaimType] = N'http://schemas.microsoft.com/ws/2008/06/identity/claims/role') AS [RoleName], (
          SELECT TOP(1) [a1].[ClaimValue]
          FROM [AspNetUserClaims] AS [a1]
          WHERE [a].[Uuid] = [a1].[UserId] AND [a1].[ClaimType] = N'RoleId') AS [RoleId], [a].[UserName], [a].[DisplayName], [a].[Activated]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[OrganizationId] = @__OrganizationId_0
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__get_Item_0='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [a].[Uuid], [a].[AccessFailedCount], [a].[Activated], [a].[Avatar], [a].[CId], [a].[Changed], [a].[ConcurrencyStamp], [a].[CreatedBy], [a].[CreatedDate], [a].[DeletedBy], [a].[DeletedDate], [a].[DisplayName], [a].[Email], [a].[EmailConfirmed], [a].[IsLGSP], [a].[LockoutEnabled], [a].[LockoutEnd], [a].[NormalizedEmail], [a].[NormalizedUserName], [a].[OrganizationId], [a].[PasswordHash], [a].[PhoneNumber], [a].[PhoneNumberConfirmed], [a].[SecurityStamp], [a].[TwoFactorEnabled], [a].[UpdatedBy], [a].[UpdatedDate], [a].[UserName]
      FROM [AspNetUsers] AS [a]
      WHERE ([a].[DeletedDate] IS NULL) AND [a].[Uuid] = @__get_Item_0
info: Grpc.AspNetCore.Server.ServerCallHandler[7]
      Error status code 'Cancelled' with detail 'Thoát stream.' raised.
info: GDT.Lib.WebApi.Middleware.LogMiddleware[0]
info: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...