Files
git.stella-ops.org/Mongo2Go-4.1.0/src/Mongo2Go/Helper/IMongoBinaryLocator.cs

7 lines
129 B
C#

namespace Mongo2Go.Helper
{
public interface IMongoBinaryLocator
{
string Directory { get; }
}
}