Beautify the sqlite project code.

pull/1069/head
maliming 6 years ago
parent 5ba01578e6
commit 714da91ac6

@ -1,8 +1,6 @@
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Text;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Volo.Abp.EntityFrameworkCore.DependencyInjection;

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.Infrastructure;

@ -1,14 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
using Volo.Abp.Modularity;
namespace Volo.Abp.EntityFrameworkCore.Sqlite
{
[DependsOn(
typeof(AbpEntityFrameworkCoreModule)
)]
)]
public class AbpEntityFrameworkCoreSqliteModule : AbpModule
{
}
}

Loading…
Cancel
Save