7 lines
129 B
C#
7 lines
129 B
C#
namespace Mongo2Go.Helper
|
|
{
|
|
public interface IMongoBinaryLocator
|
|
{
|
|
string Directory { get; }
|
|
}
|
|
} |