Esempio n. 1
0
 public List <User> GetUsers()
 {
     return(Cosmos.GetDocuments <User>(UserCollection, x => true));
 }