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