Example #1
0
 public async Task <bool> DoesPostExist(int postId) => await repo.Exists(postId);