1) if I need properties common in my data classes,...
# announcements
a
1) if I need properties common in my data classes, I make them implement an interface, but then it kinda looks ugly , because I have to implement those methods in the body of the class. any other way to handle this ?