Exemple #1
0
 public static void Them(VeDTO p)
 {
     VeDAO.Them(p);
 }
Exemple #2
0
 public static void Them(VeDTO ve)
 {
     VeDAO.Them(ve);
 }