Interface
Hi, i've this interface but there is only 1 class which doesn't need any parameter in
getAll(long id) method. I'd like to implement the interface on the class MaterialManager but is there a way to specify/override the getAll() method without any parameter ?
