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

            _announcementService.Delete(this);
        }