Class StampService
java.lang.Object
org.bh_foundation.e_sign.services.data.StampService
-
Constructor Summary
ConstructorsConstructorDescriptionStampService(StampRepository stampRepository, UserRepository userRepository, JwtService jwtService, jakarta.servlet.http.HttpServletRequest servletRequest, FileStorageService storageService) -
Method Summary
Modifier and TypeMethodDescriptionResponseDto<?> get()ResponseDto<?> storeOrUpdate(org.springframework.web.multipart.MultipartFile file)
-
Constructor Details
-
StampService
public StampService(StampRepository stampRepository, UserRepository userRepository, JwtService jwtService, jakarta.servlet.http.HttpServletRequest servletRequest, FileStorageService storageService)
-
-
Method Details
-
get
-
storeOrUpdate
public ResponseDto<?> storeOrUpdate(org.springframework.web.multipart.MultipartFile file) throws IOException - Throws:
IOException
-