1 2 3 4 5 6 7 8 9
using System.Collections; namespace Gorilla.Commons.Infrastructure.Transactions { public interface IScopedStorage { IDictionary provide_storage(); } }