Ejemplo n.º 1
0
        /// <summary>
        /// get all admin information by List
        /// </summary>
        /// <returns></returns>
        public List <AdminInfoModel> getAllAdminInfoList()
        {
            AdminInfoDAL dal = new AdminInfoDAL();

            return(dal.getAllAdminInfoList());
        }