Ejemplo n.º 1
0
        public List <Types> Get()
        {
            TypesDAL dal = new TypesDAL();

            return(dal.Select());
        }