Esempio n. 1
0
 public async Task <bool> RemoveComment(long commentId)
 {
     return(await _api.RemoveComment(commentId));
 }
Esempio n. 2
0
 public bool RemoveComment(long commentId) => _api.RemoveComment(commentId);