tbf/TestBenchFramework/BenchControl/Generic/ITestParams.cs
2014-07-28 09:56:40 +02:00

10 lines
213 B
C#

namespace TBF.BenchControl.Generic
{
public interface ITestParams
{
Entities.ComponentTest TestParamsEntity { get; }
TBF.Entities.ComponentTest ToDbEntity(IComponent component, Entities.Test test);
}
}