2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
esiur-dotnet/Test.Client/localhost/Esiur.Generated.cs
2022-03-09 21:55:30 +03:00

8 lines
428 B
C#

using System;
namespace Esiur {
public static class Generated {
public static Type[] Resources {get;} = new Type[] { typeof(Test.MyService),typeof(Test.MyResource),typeof(Test.MyChildResource),typeof(Test.MyService) };
public static Type[] Records { get; } = new Type[] { typeof(Test.MyRecord) };
public static Type[] Enums { get; } = new Type[] { typeof(Test.SizeEnum) };
}
}