8 lines
109 B
C#

namespace Adaptation.Shared.Methods
{
public interface ILogistics : Properties.ILogistics
{
}
}