aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/Web/IWebTransportMessage.cs
blob: 48d9960d9f4a648ee3c643f629ec1a19e7d74fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Transport.Web
{
    public interface IWebTransportMessage
    {
    }
}