Ejemplo n.º 1
0
 public static void SaveFormParams(FormDataCollection collection, string url)
 {
     collection.Select(c => new Input(c.Key, c.Value, url)).SaveAll();
 }