dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

DTO generator - class sample as source #14

Closed dyslexicanaboko closed 2 years ago

dyslexicanaboko commented 3 years ago

Right now a DLL is required to create DTOs. Instead being able to provide raw code is more helpful sometimes. Copy and paste a simple class sample into a text editor and spit out a DTO as per usual.