Example #1
0
 public static List <TMUser> user_Readers(this TM_Proxy tmProxy)
 {
     return(tmProxy.users().where (user => user.GroupID == (int)UserGroup.Reader));
 }