Exemple #1
0
 public List <Message> GetAll()
 {
     return(client.GetAll()
            .Select(Transform)
            .ToList());
 }