Esempio n. 1
0
 public int GetCountOfDoctor()
 {
     return(DoctorsQueue.Count());
 }
Esempio n. 2
0
 public Doctor GetDoctor()
 {
     return(DoctorsQueue.Dequeue());
 }