Ejemplo n.º 1
0
 public void AddValue(EnumerationValueModel model)
 {
     if (model == null)
     {
         throw new ArgumentNullException("model");
     }
     values.Add(model);
 }
Ejemplo n.º 2
0
 public void AddValue(EnumerationValueModel model)
 {
     if (model == null)
         throw new ArgumentNullException("model");
     values.Add(model);
 }