Exemple #1
0
 public bool Remove(int id)
 {
     return(cenovnikDAO.Delete(id));
 }