Add JSON function to models
This commit is contained in:
7
DataAccess/EF_Demo/Data/DbJson.cs
Normal file
7
DataAccess/EF_Demo/Data/DbJson.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace EF_Demo.Data;
|
||||
|
||||
internal static class DbJson
|
||||
{
|
||||
public static string? JsonValue(string? expression, string path)
|
||||
=> throw new NotSupportedException();
|
||||
}
|
||||
Reference in New Issue
Block a user