0
lan.dang created
- ABP Framework version: v7.0.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue: I have 2 modules called A, B, how can I use repository that created in A from B app service? I just want to read data from that table (I created in in module A).
3 Answer(s)
-
0
hi You can refer to these documents.
https://docs.abp.io/en/commercial/latest/startup-templates/microservice/synchronous-interservice-communication https://docs.abp.io/en/commercial/latest/startup-templates/microservice/asynchronous-interservice-communication
-
0
Thank you
-
0
: )