2017-03-09 15:56:34 +01:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.eShopOnContainers.Services.Common.Infrastructure
|
|
|
|
|
{
|
|
|
|
|
public interface IIntegrationEvent
|
2017-03-10 13:17:16 +01:00
|
|
|
|
{
|
2017-03-09 15:56:34 +01:00
|
|
|
|
}
|
|
|
|
|
}
|