OdataToEntity icon indicating copy to clipboard operation
OdataToEntity copied to clipboard

If the application scattered over services, do the library support for calling json instead of EF core?

Open vuminhquang opened this issue 2 years ago • 0 comments

Hello @voronov-maxim , If we have 2 services (Customers & Orders) like that: image

The DTOs library is shared between projects.

Is there a way that in CustomerService's API (GET), can query Customer with Orders retrieve from OrderService's API (GET)?

Thank you.

vuminhquang avatar Apr 15 '22 14:04 vuminhquang