ArmandasRokas / beeware

0 stars 0 forks source link

DAO needs to be change with DTO and the same way around #11

Closed ArmandasRokas closed 4 years ago

ArmandasRokas commented 5 years ago

DAO is a class that usually has operations like save, update, delete. Whereas the DTO is just an object that holds data.