Browse Source

Update Tutorials document

pull/16509/head
liangshiwei 3 years ago
parent
commit
b4349eadbf
  1. 2
      docs/en/Tutorials/Part-8.md
  2. 2
      docs/zh-Hans/Tutorials/Part-8.md

2
docs/en/Tutorials/Part-8.md

@ -102,7 +102,7 @@ namespace Acme.BookStore.Authors;
public class GetAuthorListDto : PagedAndSortedResultRequestDto
{
public string Filter { get; set; }
public string? Filter { get; set; }
}
````

2
docs/zh-Hans/Tutorials/Part-8.md

@ -107,7 +107,7 @@ namespace Acme.BookStore.Authors
{
public class GetAuthorListDto : PagedAndSortedResultRequestDto
{
public string Filter { get; set; }
public string? Filter { get; set; }
}
}
````

Loading…
Cancel
Save