mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-10 12:39:28 +02:00
17 lines
228 B
C++
17 lines
228 B
C++
//// ReSharper disable CppClangTidyBugproneSuspiciousInclude
|
|
//
|
|
//#include <bsoncxx/json.hpp>
|
|
//#include <mongocxx/client.hpp>
|
|
//#include <mongocxx/instance.hpp>
|
|
|
|
class MongoDbService
|
|
{
|
|
|
|
public:
|
|
MongoDbService()
|
|
{
|
|
|
|
|
|
}
|
|
};
|