Files
2026-04-22 22:49:47 +02:00

8 lines
167 B
C#

namespace EF_Demo.Data;
internal static class DbJson
{
public static string? JsonValue(string? expression, string path)
=> throw new NotSupportedException();
}