Files
tbf/TestBenchFramework/BenchControl/Generic/IProcedureParams.cs
T

10 lines
243 B
C#

namespace TBF.BenchControl.Generic
{
public interface IProcedureParams
{
Entities.ComponentProcedure ProcedureParamsEntity { get; }
TBF.Entities.ComponentProcedure ToDbEntity(IComponent component, Entities.Procedure procedure);
}
}