Exemplo n.º 1
0
        private void LoadDetailDanhMuc(string type)
        {
            try
            {
                var db = new DanhMucItemEntities();

                var list = db.GetDanhMucItemsByDanhMuc(type);

                sourceDanhMuc.DataSource = list;
            }
            catch (Exception ex)
            {
                Common.Methods.ShowError("#LoadDetailDanhMuc", ex);
            }
        }
Exemplo n.º 2
0
        private void LoadDetailDanhMuc(string type)
        {
            try
            {

                var db = new DanhMucItemEntities();

                var list = db.GetDanhMucItemsByDanhMuc(type);

                sourceDanhMuc.DataSource = list;

            }
            catch (Exception ex)
            {
                Common.Methods.ShowError("#LoadDetailDanhMuc", ex);
            }
        }