Browse Source

Remove unused using statement.

pull/216/head
Halil İbrahim Kalkan 8 years ago
parent
commit
02c6aaa86f
  1. 1
      test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/DomainEvents_Tests.cs

1
test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/DomainEvents_Tests.cs

@ -1,5 +1,4 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Shouldly;

Loading…
Cancel
Save