Ejemplo n.º 1
0
        public bool checkifHost(string id)
        {
            Host h = dal.GetHost(id);

            if (h == null)
            {
                return(false);
            }
            return(true);
        }