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

8 lines
301 B
C#

global using Microsoft.EntityFrameworkCore;
global using Newtonsoft.Json;
global using System;
global using System.Collections.Generic;
global using System.ComponentModel.DataAnnotations;
global using System.ComponentModel.DataAnnotations.Schema;
global using IRaCIS.Core.Infrastructure.Extention;