getInfoResponsability method
Implementation
String getInfoResponsability() {
return '${getRegimeType().getName()} - ${getResponsabilityType().getName()}';
}
String getInfoResponsability() {
return '${getRegimeType().getName()} - ${getResponsabilityType().getName()}';
}