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