Hi All,
I'm studying Unit Of Work by the document web site : How to: Use the UnitOfWork Class to Manage Database Transactions | Microsoft Docs
I wonder what's the method "masterSale" as it described. I tried to find this kind of method, but I failed.
For example, the table LogisticsPostalAddress has a relation to LogisticsLocation, but I can't find a method named "LogisticsLocation" or "LocationRelatedTableRole".
And the table VendBankAccount's relation Loction_FK has the same issue.
How to solve it ?
Thanks