Exemplo n.º 1
0
 public CommandParameter(CommandParameterTemplate template, int value)
 {
     this.Template = template;
     this.Value    = value;
 }
Exemplo n.º 2
0
 public CommandParameter(CommandParameterTemplate template)
 {
     this.Template = template;
     this.Value    = template.DefaultValue;
 }