Example #1
0
 public bool delKnowledge(int id)
 {
     return(dal.deleteKnowledge(id) > 0);
 }