示例#1
0
 public int GetCountOfDoctor()
 {
     return(DoctorsQueue.Count());
 }
示例#2
0
 public Doctor GetDoctor()
 {
     return(DoctorsQueue.Dequeue());
 }