Browse Source

Included globalusing file for IntegrationEventLogEF project

pull/1770/head
Sumit Ghosh 3 years ago
parent
commit
5fd90e8cb6
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      src/BuildingBlocks/EventBus/IntegrationEventLogEF/GlobalUsings.cs

+ 12
- 0
src/BuildingBlocks/EventBus/IntegrationEventLogEF/GlobalUsings.cs View File

@ -0,0 +1,12 @@
global using Microsoft.EntityFrameworkCore;
global using Microsoft.EntityFrameworkCore.Metadata.Builders;
global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Events;
global using System;
global using System.Text.Json;
global using System.ComponentModel.DataAnnotations.Schema;
global using System.Linq;
global using System.Threading.Tasks;
global using Microsoft.EntityFrameworkCore.Storage;
global using System.Collections.Generic;
global using System.Data.Common;
global using System.Reflection;

Loading…
Cancel
Save