Пример #1
0
 public bool addKnowledge(string title, string artical, string user)
 {
     return(dal.addKnowledge(title, artical, user) > 0);
 }