feat : RDB 기능 추가 (라이브러리, base 코드 구현)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Data;
|
||||
|
||||
namespace ServerLib.RDB.Database;
|
||||
|
||||
public interface IDbConnectionFactory
|
||||
{
|
||||
public IDbConnection CreateConnection();
|
||||
}
|
||||
Reference in New Issue
Block a user