1128
This commit is contained in:
@@ -12,6 +12,8 @@ using MONGO_DB_LIST = System.String;
|
||||
namespace ServerCore;
|
||||
|
||||
|
||||
// HANDOVER: MongoDB Wrapper 클래스 이고, MongoDB 연결을 위한 함수를 제공 한다.
|
||||
|
||||
public abstract class MongoDbConnectorBase : IDisposable
|
||||
{
|
||||
private IMongoClient? m_mongo_client;
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
namespace ServerBase;
|
||||
|
||||
|
||||
// HANDOVER: MongoDB IMongoCollection SDK Wrapper 클래스 이다.
|
||||
|
||||
public class MongoDbRepository<TCollection>
|
||||
where TCollection : class
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user