mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
更新错误的命名 #103
This commit is contained in:
@ -35,7 +35,7 @@ namespace FreeSql
|
||||
get
|
||||
{
|
||||
if (_optionsPriv != null) return _optionsPriv;
|
||||
if (FreeSqlDbContextExtenssions._dicSetDbContextOptions.TryGetValue(Orm, out _optionsPriv)) return _optionsPriv;
|
||||
if (FreeSqlDbContextExtensions._dicSetDbContextOptions.TryGetValue(Orm, out _optionsPriv)) return _optionsPriv;
|
||||
_optionsPriv = new DbContextOptions();
|
||||
return _optionsPriv;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
public static class FreeSqlDbContextExtenssions
|
||||
public static class FreeSqlDbContextExtensions
|
||||
{
|
||||
|
||||
/// <summary>
|
Reference in New Issue
Block a user