Skip to content

Commit 48c6342

Browse files
committed
save
1 parent e934111 commit 48c6342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EntityFrameworkExtras.Shared/DatabaseExtensions.EFCore3x.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ public static async Task<IEnumerable<T>> ExecuteStoredProcedureAsync<T>(this Dat
156156

157157
var context = (DbContext)contextField.GetValue(database);
158158

159-
var entityType = FindModelEntityType(context, typeof(T));
159+
var entityType = FindModelEntityType(context, typeof(T));
160160

161-
if (entityType == null)
161+
if (entityType == null)
162162
{
163163
return await database.InternalExecuteStoredProcedureAsync<T>(storedProcedure).ConfigureAwait(false);
164164
}

0 commit comments

Comments
 (0)