Exemplo n.º 1
0
        public static List <BrilliantWMS.ServiceTerritory.vGetUserProfileList> PMFillddlUserListByTerritory(long level, long parentID)
        {
            List <BrilliantWMS.ServiceTerritory.vGetUserProfileList> UserList = new List <BrilliantWMS.ServiceTerritory.vGetUserProfileList>();

            try
            {
                UC_Territory uc_territory = new UC_Territory();
                UserList = uc_territory.GetUserListByTerritory(level, parentID).ToList();
            }
            catch { }
            finally { }
            return(UserList);
        }
Exemplo n.º 2
0
        public static List <mTerritory> PMFillddlLevel(long level, long parentID)
        {
            List <mTerritory> TerritoryList = new List <mTerritory>();

            try
            {
                UC_Territory uc_territory = new UC_Territory();
                TerritoryList = uc_territory.GetTerritoryList(level, parentID).ToList();
            }
            catch { }
            finally { }
            return(TerritoryList);
        }