10 lines
243 B
C#
10 lines
243 B
C#
global using Microsoft.EntityFrameworkCore;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Linq.Expressions;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
|