Пример #1
0
 public async Task Persist()
 {
     await DocumentDBRepository <Feed> .UpdateItemAsync(id, this);
 }