Ejemplo n.º 1
0
        public OrganizationAnnouncement Update()
        {
            if (!IsPersisted())
            {
                throw new ModelNotFoundException(
                          "Model cannot be found. Make sure the model is saved before you can update.");
            }

            return(_announcementService.Update(Id, this));
        }