ปรับปรุงการทำ log
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
@@ -19,6 +21,8 @@ namespace TTSW.Utils
|
||||
Configuration = configuration;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public DataTable ExecuteDataTableNpgsql(string queryString, List<NpgsqlParameter> para)
|
||||
{
|
||||
System.Data.DataSet ds = new DataSet();
|
||||
|
||||
Reference in New Issue
Block a user