This commit is contained in:
chikyun.kim
2018-10-29 09:53:15 +09:00
parent 28cde78186
commit 0878e80f14
10 changed files with 208 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ using System.Data.SqlClient;
namespace FCOMMON
{
public static class DBM
public static partial class DBM
{
public static SqlConnection getCn()
{
@@ -72,6 +72,7 @@ namespace FCOMMON
return retval;
}
public static sItemInfo getItemInfo(int idx)
{
var cn = getCn();