App/Payesh.App/Services/Contracts/IRestWrapper.cs

7 lines
101 B
C#

namespace Payesh.App.Services.Contracts
{
public interface IRestWrapper
{
}
}