Lots of additions and restructuring
This commit is contained in:
11
TOOHUCardAPI/Data/Services/MethodMapService.cs
Normal file
11
TOOHUCardAPI/Data/Services/MethodMapService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using MethodMap = System.Collections.Generic.Dictionary<string, System.Reflection.MethodInfo>;
|
||||
namespace TOOHUCardAPI.Data.Services
|
||||
{
|
||||
public class MethodMapService
|
||||
{
|
||||
public static readonly Dictionary<Type, MethodMap> MethodMapByType = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user