예제 #1
0
        public int CapNhat(Object obj)
        {
            HuyPhong gv = (HuyPhong)obj;

            return(1);
        }
예제 #2
0
 public int HuyPhong(HuyPhong hp)
 {
     throw new NotImplementedException();
 }
예제 #3
0
        public int Xoa(Object obj)
        {
            HuyPhong gv = (HuyPhong)obj;

            return(1);
        }