refators
This commit is contained in:
@@ -12,9 +12,9 @@ namespace PoweredSoft.ObjectStorage.MongoDB.Tests.Mock
|
||||
return db;
|
||||
}
|
||||
|
||||
public static MongoObjectStorageClient GetObjectStorageClient()
|
||||
public static MongoObjectStorageContext GetObjectStorageContext()
|
||||
{
|
||||
return new MongoObjectStorageClient(GetDatabase());
|
||||
return new MongoObjectStorageContext(GetDatabase());
|
||||
}
|
||||
|
||||
public static IMongoClient GetClient()
|
||||
|
||||
Reference in New Issue
Block a user