Exemplo n.º 1
0
 public bool CanAnswer(DegreeOfPhilosophicalDepth questionDepth)
 {
     return(DepthLimit >= questionDepth);
 }
Exemplo n.º 2
0
 public Clergyman(string rank, DegreeOfPhilosophicalDepth depthLimit)
 {
     Rank       = rank;
     DepthLimit = depthLimit;
 }