How about, I have my next get and set:
public virtual string Tp_Do
{
get;
set;
}
public virtual string N_Rf
{
get;
set;
}
Can you join in a single get and set Tp_Do and N_Rf?
I hope you can help me.