gmahota / gmahota/Zoe-CodeGen

Crud em C# de Person

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.