Exemplo n.º 1
0
 public static IEnumerable <PwEntry> GetAllPasswords(this PwDatabase database)
 {
     return(from g in database.GetAllGroups()
            from pe in g.Entries
            select pe);
 }