Exemple #1
0
        public static DoanVanDto Khoi_Tao(XmlElement nut)
        {
            DoanVanDto kq = new DoanVanDto();

            kq.NoiDung = nut.GetAttribute("NoiDung");
            return(kq);
        }
Exemple #2
0
        public static string LayNoiDungDoanVan(DoanVanDto dv)
        {
            string str = dv.NoiDung;

            return(str);
        }