8 lines
119 B
C#
8 lines
119 B
C#
namespace eSuite.WorkBench.IoC
|
|
{
|
|
public class Parameter
|
|
{
|
|
public object Value { get; set; }
|
|
}
|
|
}
|