pull/341/head
Halil ibrahim Kalkan 8 years ago
parent d2e93c725b
commit f0481824c4

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SQL/@EntryIndexedValue">SQL</s:String></wpf:ResourceDictionary>

@ -2,8 +2,6 @@
using Microsoft.EntityFrameworkCore;
using MySql.Data.EntityFrameworkCore.Infraestructure;
using System;
using System.Collections.Generic;
using System.Text;
using Volo.Abp.EntityFrameworkCore.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore

@ -1,8 +1,6 @@
using JetBrains.Annotations;
using MySql.Data.EntityFrameworkCore.Infraestructure;
using System;
using System.Collections.Generic;
using System.Text;
namespace Volo.Abp.EntityFrameworkCore
{

@ -4,8 +4,8 @@ using Volo.Abp.Modularity;
namespace Volo.Abp.EntityFrameworkCore.MySQL
{
[DependsOn(
typeof(AbpEntityFrameworkCoreModule)
)]
typeof(AbpEntityFrameworkCoreModule)
)]
public class AbpEntityFrameworkCoreMySQLModule : AbpModule
{
public override void ConfigureServices(IServiceCollection services)

Loading…
Cancel
Save