I have a logger interface that I inject into many different classes, can I inject that class in say a repository class, which is also an Import class which is injected into other classes?
Hope that makes sense, I'm a little confused by it myself.
Thx