Exemplo n.º 1
0
 public static string LayNoiDungDoanVan(DoanVanDto dv)
 {
     string str = dv.NoiDung;
     return str;
 }
Exemplo n.º 2
0
 public static DoanVanDto Khoi_Tao(XmlElement nut)
 {
     DoanVanDto kq = new DoanVanDto();            
     kq.NoiDung = nut.GetAttribute("NoiDung");
     return kq;       
 }