Skip to content

Instantly share code, notes, and snippets.

@vedrax-admin
Created July 17, 2019 13:28
public interface ClientProductService {
ClientProduct save(Long sourceProductId, @Valid ClientProductDto clientProductDto);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment