OdataToEntity
OdataToEntity copied to clipboard
If the application scattered over services, do the library support for calling json instead of EF core?
Hello @voronov-maxim ,
If we have 2 services (Customers & Orders) like that:
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.