main
1using System;
2
3namespace solidware.financials.service.orm
4{
5    public interface Disposable : IDisposable
6    {
7    }
8}