Cucumber/Cloud/Services/Broker/IBrokerConsumer.cs

7 lines
171 B
C#
Raw Normal View History

namespace Cloud.Services.Broker
{
public interface IBrokerConsumer
{
// TODO: добавить методы для получения данных
}
}