Exemplo n.º 1
0
 public override bool Execute()
 {
     if (List1 != null)
     {
         _result = List1.DistinctBy(t => t.ToString()).ToList();
     }
     return(true);
 }