Ejemplo n.º 1
0
        public DataTable SelectDropDownList()
        {
            BranchDAL dalBranch = new BranchDAL();

            return(dalBranch.SelectDropDownList());
        }