Exemplo n.º 1
0
 public static Edit New(params Edit[] Edits)
 {
     return(New(Edits.AsEnumerable()));
 }