13 lines
452 B
C#
13 lines
452 B
C#
|
|
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 FrontOffice.BFF.Application.Common.Interfaces;
|
||
|
|
global using FrontOffice.BFF.Application.Common.Models;
|
||
|
|
global using FrontOffice.BFF.Application.Common.Exceptions;
|