8 lines
167 B
C#
8 lines
167 B
C#
namespace EF_Demo.Data;
|
|
|
|
internal static class DbJson
|
|
{
|
|
public static string? JsonValue(string? expression, string path)
|
|
=> throw new NotSupportedException();
|
|
}
|