Example #1
0
 public void Set <TValue>(TValue value)
 {
     controller.SetValue("customfield_" + id, value);
 }