fix2
This commit is contained in:
parent
2ef38a9185
commit
127577da86
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue