Пример #1
0
 public int CompareDept(EmplTime compareObj)
 {
     return(this.dept.CompareTo(compareObj.GetDept()));
 }