Ejemplo n.º 1
0
        public List <Client> Tousclient()
        {
            List <Client> l = null;

            try {
                l = ClientDal.Tousclient();
            }
            catch (Exception e) {
                throw new Exception(e.Message);
            }


            return(l);
        }