mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 12:06:38 +00:00
11 lines
216 B
C#
11 lines
216 B
C#
using System.ComponentModel;
|
|
using MTSC.Common.Http.RoutingModules;
|
|
|
|
namespace MTSC.UnitTests.RoutingModules
|
|
{
|
|
[TypeConverter(typeof(SomeResponseConverter))]
|
|
public class SomeRoutingResponse
|
|
{
|
|
}
|
|
}
|