Esempio n. 1
0
 public bool CheckExistsArticlesByTitle(string title)
 {
     return(dal.CheckExistsArticlesByTitle(title));
 }