Exemplo n.º 1
0
 public int CompareTo(QuestionCategory other)
 {
     return(other == null ? 1 : CategoryId.CompareTo(other.CategoryId));
 }