main
1namespace solidware.financials.service.orm
2{
3    public interface UnitOfWork : Disposable
4    {
5        void commit();
6    }
7}