/// <summary> /// Select All Role /// </summary> /// <returns></returns> public static IList <Role> SelectAllRole() { return(RoleDao.SelectAll()); }