13 lines
193 B
C#
13 lines
193 B
C#
using log4net;
|
|
|
|
namespace Adaptation.Shared.Methods
|
|
{
|
|
|
|
public interface IDrive : Properties.IDrive
|
|
{
|
|
|
|
void MapEafDrives(ILog log, Properties.IAppSettings appSettings);
|
|
|
|
}
|
|
|
|
} |