Browse Source

Update index.md

pull/25021/head
SALİH ÖZKARA 1 month ago
parent
commit
333b2ae26c
  1. 2
      docs/en/low-code/index.md

2
docs/en/low-code/index.md

@ -34,7 +34,7 @@ Traditionally, adding a new entity with full CRUD functionality to an ABP applic
**With Low-Code, a single C# class replaces all of the above:** **With Low-Code, a single C# class replaces all of the above:**
````csharp ````csharp
[DynamicEntity] [DynamicEntity(DefaultDisplayPropertyName = "Name")]
[DynamicEntityUI(PageTitle = "Products")] [DynamicEntityUI(PageTitle = "Products")]
public class Product : DynamicEntityBase public class Product : DynamicEntityBase
{ {

Loading…
Cancel
Save