namespace TBF.BenchControl.Generic { public interface ITestParams { void UpdateTestParams(string componentName, Entities.Test test); TBF.Entities.ComponentTest ToDbEntity(string componentName, Entities.Test test); } }