Exemplo n.º 1
0
 public void DeleteEntity(Article entity)
 {
     articleService.DeleteEntity(entity);
 }