8 lines
222 B
C#
8 lines
222 B
C#
global using Microsoft.EntityFrameworkCore;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
|