2014-07-28 07:54:35 +00:00
|
|
|
|
|
|
|
|
|
|
namespace TBF.BenchControl.Generic
|
|
|
|
|
|
{
|
|
|
|
|
|
public interface ITestParams
|
|
|
|
|
|
{
|
2014-12-31 12:46:33 +00:00
|
|
|
|
void UpdateTestParams(string componentName, Entities.Test test);
|
|
|
|
|
|
TBF.Entities.ComponentTest ToDbEntity(string componentName, Entities.Test test);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|