Ends in:
7 DAYS
14 HRS
34 MIN
21 SEC
Ends in:
7 D
14 H
34 M
21 S

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 v9.1.0-preview. Updated on November 20, 2024, 13:06