예제 #1
0
 public VeDTO LayThongTin(int id)
 {
     return(veDAO.LayThongTin(id));
 }