Generate DTO (Data Transfer Object) classes for your entities effortlessly in just two steps. 1.Right-click the folder containing your entities and select Generate DTOs:
2.Choose your desired destination folder (you can also add a new folder during this step if needed):
See the result:
Note that EntityBase class has no DTO since it is abstract and should not be instantiated |


