2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
|
|
|
|
///
|
2014-07-28 07:54:35 +00:00
|
|
|
|
namespace TBF.BenchControl.Generic
|
|
|
|
|
|
{
|
|
|
|
|
|
public interface IProcedureParams
|
|
|
|
|
|
{
|
2015-12-04 16:17:20 +00:00
|
|
|
|
void UpdateProcedureParams(string componentName, Config.Entities.Procedure procedure);
|
|
|
|
|
|
Config.Entities.ComponentProcedure ToDbEntity(string componentName, Config.Entities.Procedure procedure);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|