12 lines
372 B
C#
12 lines
372 B
C#
global using Google.Protobuf.WellKnownTypes;
|
|
global using Grpc.Core;
|
|
global using Mapster;
|
|
global using MediatR;
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
global using Microsoft.AspNetCore.Http;
|
|
global using System.Threading.Tasks;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using System;
|
|
global using Microsoft.AspNetCore.Routing;
|
|
global using System.Linq;
|