6 lines
195 B
C#
6 lines
195 B
C#
global using IM.Infrastructure.Efcore;
|
|
global using MediatR;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq; |