Code2Gether-Discord / JokesOnYou

A learning project, A jokes website build as a team project.
12 stars 11 forks source link

Feature: Base Model and DTO #115

Open oguzhanaksoy opened 3 years ago

oguzhanaksoy commented 3 years ago

It will contain just common properties such as Created. Each created model will inherit from BaseModel Each created dto will inherit from BaseDTO

Models

DTOs

HellHunterMax commented 3 years ago

Have you used this before ? could you give examples how this works and why its good ? maybe some documentation or blogpost?

some reasons for not using imo: