12 lines
310 B
C#
12 lines
310 B
C#
global using AutoMapper.QueryableExtensions;
|
|
global using IRaCIS.Core.Application.Service;
|
|
global using IRaCIS.Core.Domain.Models;
|
|
global using IRaCIS.Core.Infra.EFCore;
|
|
global using IRaCIS.Core.Infrastructure.Extention;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using System.Linq.Expressions;
|
|
|
|
|
|
|
|
|