feat : 파일 네이밍 변경, 변수 라인 변경

This commit is contained in:
qornwh1
2026-03-03 15:08:13 +09:00
parent e3f365877b
commit a9e1d2acaf
2 changed files with 20 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
using System.Data;
namespace ServerLib.RDB.Database;
public interface IDbConnectionFactory
{
public IDbConnection CreateConnection();
}