10 lines
121 B
C#
10 lines
121 B
C#
using Core.Annotations;
|
|
|
|
namespace Core.Utils;
|
|
|
|
[Injectable(InjectionType.Singleton)]
|
|
public class JsonUtil
|
|
{
|
|
|
|
|
|
} |