Skip to content

Commit 775b06d

Browse files
authored
Update EfSaveChangesExtension.cs
1 parent b4ba4fa commit 775b06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SlimBus/DKNet.SlimBus.Extensions/Interceptors/EfSaveChangesExtension.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace DKNet.SlimBus.Extensions.Interceptors;
44

5-
internal static class EfSaveChangesExtension
5+
public static class EfSaveChangesExtension
66
{
77
#region Methods
88

@@ -37,4 +37,4 @@ public static async Task<int> SaveChangesWithConcurrencyHandlingAsync(
3737
}
3838

3939
#endregion
40-
}
40+
}

0 commit comments

Comments
 (0)