mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
2.2
This commit is contained in:
8
Test.Client/localhost/Esiur.Generated.cs
Normal file
8
Test.Client/localhost/Esiur.Generated.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
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) };
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user