Push changes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public class UDataTable {
|
||||
[JsonPropertyName("DataTable")]
|
||||
public string DataTable { get; set; }
|
||||
[JsonPropertyName("RowName")]
|
||||
public string RowName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user