Update 20260123
This commit is contained in:
18
API_NetFramework/Helper/DBHelper.cs
Normal file
18
API_NetFramework/Helper/DBHelper.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace OnDocAPI_NetFramework.Helper
|
||||
{
|
||||
public class DBHelper
|
||||
{
|
||||
string connectionstring = "";
|
||||
public DBHelper(string connectionstring)
|
||||
{
|
||||
this.connectionstring = connectionstring;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user