2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-05-02 07:38:43 +00:00
Files
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) };
}
}