Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
52abp
Documents
Commits
5e62fd6e
Commit
5e62fd6e
authored
Dec 18, 2021
by
梁桐铭
🏅
Browse files
优化文档,guid不做范围判断。
parent
3e7431a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/Developing-Step-By-Step/Angular/18.Adding-AddPhone-DeletePhone-Methods.md
View file @
5e62fd6e
...
...
@@ -16,7 +16,6 @@ Task<PhoneInPersonListDto> AddPhone(AddPhoneInput input);
```
csharp
public
class
AddPhoneInput
{
[
Range
(
1
,
int
.
MaxValue
)]
public
Guid
PersonId
{
get
;
set
;
}
[
Required
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment