Newer
Older
Warehouse / src / Infrastructure / GlobalUsings.cs
@Derek Comartin Derek Comartin on 22 Aug 2023 188 bytes Init
global using System.Data;
global using System.Linq.Expressions;
global using System.ComponentModel.DataAnnotations;
global using AutoMapper;
global using AutoMapper.QueryableExtensions;