Update
This commit is contained in:
12
src/BackOffice.BFF.Application/GlobalUsings.cs
Normal file
12
src/BackOffice.BFF.Application/GlobalUsings.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
global using MediatR;
|
||||
global using FluentValidation;
|
||||
global using Mapster;
|
||||
global using System.Threading.Tasks;
|
||||
global using System.Threading;
|
||||
global using System.Collections.Generic;
|
||||
global using System;
|
||||
global using System.Linq;
|
||||
global using Google.Protobuf.WellKnownTypes;
|
||||
global using BackOffice.BFF.Application.Common.Interfaces;
|
||||
global using BackOffice.BFF.Application.Common.Models;
|
||||
global using BackOffice.BFF.Application.Common.Exceptions;
|
||||
Reference in New Issue
Block a user