This commit is contained in:
Loretta 2024-06-26 17:28:00 +02:00
parent 2ef38a9185
commit 127577da86
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
@* <DxGridDataColumn FieldName="@nameof(UserProductMapping.User.EmailAddress)" Caption="User name" /> *@
<DxGridDataColumn FieldName="ProductId" Caption="ServiceId" />
@* <DxGridDataColumn FieldName="@nameof(UserProductMapping.Product.Name)" Caption="Service name" /> *@
<DxGridDataColumn FieldName="UserProductMapping.Product.Name" Caption="Service name" />
@* <DxGridDataColumn FieldName="UserProductMapping.Product.Name" Caption="Service name" /> *@
@* <DxGridDataColumn FieldName="@nameof(Product.ServiceProvider.Name)" Caption="Company name" /> *@
<DxGridDataColumn FieldName="Permissions" />
</Columns>