Anapher/Strive

View on GitHub
src/Services/ConferenceManagement/Strive.Infrastructure/KeyValue/IKeyValueRepo.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace Strive.Infrastructure.KeyValue
{
    public interface IKeyValueRepo
    {
    }
}