Ejemplo n.º 1
0
        public Guid Create(Entity e)
        {
            var ID = Svc.Create(e);

            return(ID);
        }