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