예제 #1
0
 public int CompareTo(BaseRequestCard other)
 {
     return(RequestId.CompareTo(other.RequestId));
 }