0
iamnish created
In Aappservice I want to get info from Bappservice ,how to achieve that?
from getA i need to call getB
1 Answer(s)
-
0
Hi,
You can inject Bappservice into Aappservice and use it there.
But this is not a suggested way. Maybe you can take the common code used in both Aappservice and Bappservice into a new domain service, then you can inject that domain service in your app services and use it's method.