mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
8 lines
428 B
C#
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) };
|
|
}
|
|
} |