Beispiel #1
0
 public Task <int> CountAllPostsAsync()
 {
     return(_dbClient.CountPostsAsync());
 }