예제 #1
0
파일: UserManager.cs 프로젝트: htoma/potato
 public List <User> GetUsers()
 {
     return(Cosmos.GetDocuments <User>(UserCollection, x => true));
 }