Exemplo n.º 1
0
 public int CompareTo(BaseRequestCard other)
 {
     return(RequestId.CompareTo(other.RequestId));
 }