Exemplo n.º 1
0
 public bool AddCategory(ArticleCategory categoryModel)
 {
     return(dbManager.Execute(conn => DalArticle.AddCategory(conn, categoryModel)));
 }