summaryrefslogtreecommitdiff
path: root/product/DataAccess/Transactions/IScopedStorage.cs
blob: ab6a970711518649ff32811b9cd7b1d3f98dd19d (plain)
1
2
3
4
5
6
7
8
9
using System.Collections;

namespace Gorilla.Commons.Infrastructure.Transactions
{
    public interface IScopedStorage
    {
        IDictionary provide_storage();
    }
}