@lucamorelli To add to what Pawel said, you don't need to modify the .tt file in order to add a second constructor. You can instead just use the partial class feature to define the second constructor in normal code outside of the generated code files.
Thanks,
Arthur
Thanks,
Arthur