irc-netcore-api/IRaCIS.Core.Domain/GlobalUsings.cs

9 lines
252 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;
global using Newtonsoft.Json;