namespace TBF.BenchControl.Generic { public interface IProcedureParams { void UpdateProcedureParams(string componentName, Entities.Procedure procedure); TBF.Entities.ComponentProcedure ToDbEntity(string componentName, Entities.Procedure procedure); } }