using System.Collections.Generic; namespace Abp.Data { public class ActiveTransactionProviderArgs : Dictionary<string, object> { public static ActiveTransactionProviderArgs Empty { get; } = new ActiveTransactionProviderArgs(); } }