using System.Transactions; namespace Quadarax.Foundation.Core.Data.Interface.Repository { public interface IRepository { void Commit(); } }