Beispiel #1
0
 public bool InsertArticles(List <Article> article)
 {
     return(dal.InsertArticles(article));
 }