public async Task <IActionResult> DeleteArticle(Guid guid) { await _articleDal.DeleteArticle(guid); return(this.Ok()); }