From 2c920d6dc79258286a01e33742f6900c6b5dfd71 Mon Sep 17 00:00:00 2001 From: wei Date: Thu, 20 May 2021 15:58:07 +0800 Subject: [PATCH] doc : i18n multi-language and role authority management --- README.md | 2 +- README.zh-CN.md | 3 ++- README.zh-Hant.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0fe2b2..25cd65e 100644 --- a/README.md +++ b/README.md @@ -964,7 +964,7 @@ response.End(); Like the example, create a method to handle i18n and permission management, and use `yield return to return IEnumerable>` to achieve dynamic and low-memory processing effects -```cs +```csharp void Main() { var value = new Order[] { diff --git a/README.zh-CN.md b/README.zh-CN.md index 025c433..346736f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -945,7 +945,7 @@ response.End(); 像例子一样,建立一个方法处理 i18n 跟权限管理,并搭配 `yield return 返回 IEnumerable>`,即可达到动态、低内存处理效果 -```cs +```csharp void Main() { var value = new Order[] { @@ -1013,6 +1013,7 @@ public class Order public string ProductID { get; set; } public decimal Amt { get; set; } } +``` ![image](https://user-images.githubusercontent.com/12729184/118939964-d24bc480-b982-11eb-88dd-f06655f6121a.png) diff --git a/README.zh-Hant.md b/README.zh-Hant.md index c6723ff..f3e203b 100644 --- a/README.zh-Hant.md +++ b/README.zh-Hant.md @@ -949,7 +949,7 @@ response.End(); 像例子一樣,建立一個方法處理 i18n 跟權限管理,並搭配 `yield return 返回 IEnumerable>`,即可達到動態、低記憶體處理效果 -```cs +```csharp void Main() { var value = new Order[] {