Exemplo n.º 1
0
 public static List <int> Duplicate(List <int> numbers)
 {
     return(HelpersMethods.DuplicateListOfInt(numbers));
 }