Exemplo n.º 1
0
 public bool DeleteArticleNewList(int Id)
 {
     return(dbManager.Execute(conn => DalArticle.DeleteArticleNewList(conn, Id)));
 }