Skip to content

Commit

Permalink
global using
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Dec 16, 2024
1 parent 8597b1c commit 67b9c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Masa.Dcc.Infrastructure.Domain/App/QueryHandler.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.

using Masa.Dcc.Infrastructure.Domain.App.Queries;
using Masa.Dcc.Infrastructure.Domain.Queries;

namespace Masa.Dcc.Service.Admin.Application.App;

internal class QueryHandler
Expand Down
1 change: 1 addition & 0 deletions Masa.Dcc.Infrastructure.Domain/_Imports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
global using Masa.Dcc.Contracts.Admin.App.Dtos;
global using Masa.Dcc.Contracts.Admin.App.Enums;
global using Masa.Dcc.Contracts.Admin.Label.Dtos;
global using Masa.Dcc.Infrastructure.Domain.App.Queries;
global using Masa.Dcc.Infrastructure.Domain.Commands;
global using Masa.Dcc.Infrastructure.Domain.Queries;
global using Masa.Dcc.Infrastructure.Domain.Services;
Expand Down

0 comments on commit 67b9c6a

Please sign in to comment.