mirror of https://github.com/abpframework/abp.git
3 changed files with 4 additions and 10 deletions
@ -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…
Reference in new issue