You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.Microservices/Contracts/IExchangeService.cs

14 lines
315 B

6 years ago
namespace ZeroLevel.Microservices.Contracts
{
public interface IExchangeService
{
string Name { get; }
string Key { get; }
string Endpoint { get; }
string Version { get; }
string Protocol { get; }
string Group { get; }
string Type { get; }
}
}

Powered by TurnKey Linux.