//
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
namespace MUnique.OpenMU.Persistence.EntityFramework;
///
/// A which is aware of a current context by
/// implementing .
///
internal interface IContextAwareRepositoryProvider : IRepositoryProvider, IContextStackProvider
{
}