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