Exemplo n.º 1
0
 // Create functions here.
 public bool grantTypeContains(bool truthVal)
 {
     return(GrantType.Contains(truthVal));
 }