Example #1
0
 public async ValueTask <bool> DeleteArticleAsync(int id)
 {
     return(await Provider.DeleteArticleAsync(id));
 }