EC - v2.43.0 - Jenkinsfile
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
using log4net;
|
||||
|
||||
namespace Adaptation.Shared.Methods
|
||||
namespace Adaptation.Shared.Methods;
|
||||
|
||||
public interface IDrive : Properties.IDrive
|
||||
{
|
||||
|
||||
public interface IDrive : Properties.IDrive
|
||||
{
|
||||
|
||||
void MapEafDrives(ILog log, Properties.IAppSettings appSettings);
|
||||
|
||||
}
|
||||
void MapEafDrives(ILog log, Properties.IAppSettings appSettings);
|
||||
|
||||
}
|
Reference in New Issue
Block a user