Genfic / Ogma

Publish your stories, talk about them, categorize them to your heart's content
https://genfic.net
GNU General Public License v3.0
2 stars 1 forks source link

Reorganize models and DTOs #29

Closed Atulin closed 3 years ago

Atulin commented 3 years ago

From

/Data
|— Models
|  |— Comment.cs
|  ⋮
|— DTOs
|  |— CommentMinimalDto.cs
|  |— CommentDetailsDto.cs
⋮  ⋮

to

/Data
|— Models
|  |— Comment
|  |  |— Comment.cs
|  |  |— CommentMinimalDto.cs
|  |  |— CommentDetailsDto.cs
⋮  ⋮  ⋮
Atulin commented 3 years ago

Started in https://github.com/Atulin/Ogma/commit/70393371a761471ca5e8bb71a7aebadeb5e9f36d

Atulin commented 3 years ago

Moved blogpost CRUD DTOs with https://github.com/Atulin/Ogma/commit/d568ff5033c9198455668cb879a006a35b9cdca2

Atulin commented 3 years ago

Uh, I guess it's done by now..?