Crud em C# de Person
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Crud of Person's
Create Person Crud from Class Template Person.json
`
{
"person": {
"id": "int",
"name": "string",
"age": "int",
"gender": {
"object": "enum",
"type": "string",
"values": [
"Male",
"Female"
]
}
}
}
`
- [x] Create Class Model Person.cs
- [ ] Create a Controller PersonController.cs
- [ ] Create a Form PersonFrm.cs (Windows Forms)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.