Beispiel #1
0
 private bool CanLeave()
 {
     return(Policy?.CanLeave(this) ?? true);
 }