Ejemplo n.º 1
0
        public VersionInfo GetversionById(Guid id)
        {
            if (id != Guid.Empty)
            {
                return(repo.GetVersionById(id));
            }

            return(null);
        }