Add metering devices page
This commit is contained in:
@ -18,11 +18,11 @@ namespace Hcs.WebApp.Services
|
||||
{
|
||||
PropertiesToExcludeOnUpdate =
|
||||
[
|
||||
nameof(SupplyContract.ThirdPartyId)
|
||||
nameof(Account.ThirdPartyId)
|
||||
],
|
||||
UpdateByProperties =
|
||||
[
|
||||
nameof(SupplyContract.HcsId)
|
||||
nameof(Account.HcsId)
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user