Match TFS Changeset 303329
This commit is contained in:
13
Adaptation/Shared/Methods/IDrive.cs
Normal file
13
Adaptation/Shared/Methods/IDrive.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using log4net;
|
||||
|
||||
namespace Adaptation.Shared.Methods
|
||||
{
|
||||
|
||||
public interface IDrive : Properties.IDrive
|
||||
{
|
||||
|
||||
void MapEafDrives(ILog log, Properties.IAppSettings appSettings);
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user