Base solution for your next web application
Open Closed

calling different appservice #1620


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.