Class CreateLogAttachmentService


  • @Service
    @Transactional
    public class CreateLogAttachmentService
    extends java.lang.Object
    • Constructor Detail

      • CreateLogAttachmentService

        @Autowired
        public CreateLogAttachmentService​(LogRepository logRepository)
    • Method Detail

      • create

        public void create​(Attachment attachment,
                           java.lang.Long logId)