Browse Source

Merge pull request #16509 from abpframework/liangshiwei/patch

Update Tutorials document
pull/16514/head
maliming 3 years ago
committed by GitHub
parent
commit
efdc598da0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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