Activities of "duyenvt"

Our solution are separated to many modules and sometime we need to join or get data from other modules. I'm using Blazor Wasm Module Template from ABP Suite and using EF PostgreSQL. Then will build Modules to Nuget Package and use in Application Template (Separate Authentication Server)

  • For example:

Module A [ Order(OrderID, CustomerID, Total), Tax(TaxID,Desr), ... ] Module B [ Customer(CustomerID, Customer Name), ...]

I am in Module A and I want to retrieve list of Customers from Module B

And in some cases is vice versa, such as I'm in module B and I want to retrieve list of Orders (module A) of a customer in module B.

Could you please give me a sample code or workflow for my case?

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11