Exemplo n.º 1
0
 public static bool IsPriorityManager(this ParticipantId participant)
 {
     return(participant.SupportsRoles(ParticipantId.Role.PriorityManager));
 }
Exemplo n.º 2
0
 public static bool IsResource(this ParticipantId participant)
 {
     return(participant.SupportsRoles(ParticipantId.Role.Resource));
 }