Exemplo n.º 1
0
        public static string Them(KhuonBe item)
        {
            KhuonBeLogic khuonBeLogic = new KhuonBeLogic();
            var          itemBDO      = new KhuonBeBDO();

            ChuyenDoiKhuonEpKimDTOThanhBDO(item, itemBDO);
            return(khuonBeLogic.Them(itemBDO));
        }