Exemplo n.º 1
0
 public ParameterConstructor SetParameter(NameParameterForApi nameParameter, int value)
 {
     _dictionary[nameParameter.ToString()] = value.ToString();
     return(this);
 }
Exemplo n.º 2
0
 public ParameterConstructor SetParameter(NameParameterForApi nameParameter, DateTime value)
 {
     _dictionary[nameParameter.ToString()] = value.ToString(Api.DateTimeFormat);
     return(this);
 }