Exemple #1
0
        private int themCV(ChucVuDTO chucVuDTO)
        {
            bool re = ChucVuBUS.them(chucVuDTO);

            return(re == true ? 1 : 0);
        }