ISonopostManager.cs 136 B

12345678
  1. using System;
  2. namespace Vinno.FIS.Sonopost.Managers.Interfaces
  3. {
  4. internal interface ISonopostManager : IDisposable
  5. {
  6. }
  7. }