Beispiel #1
0
 public bool Delete(int id)
 {
     return(miDal.DeleteById(id) > 0);
 }
Beispiel #2
0
 public bool Remove(int id)
 {
     return(meiDal.DeleteById(id) > 0);
 }