10 lines
213 B
C#
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);
|
|
}
|
|
}
|