update 20241202
This commit is contained in:
@@ -281,7 +281,7 @@ namespace API_NetFramework.Controllers
|
||||
}
|
||||
|
||||
|
||||
public string DataTableToJsonObj(DataTable dt)
|
||||
private string DataTableToJsonObj(DataTable dt)
|
||||
{
|
||||
DataSet ds = new DataSet();
|
||||
ds.Merge(dt);
|
||||
|
||||
Reference in New Issue
Block a user