Пример #1
0
 public bool Delete(string id)
 {
     return(dal.Delete(id) > 0);
 }
Пример #2
0
 public bool Remove(int index)
 {
     return(dal.Delete(index) > 0);
 }
Пример #3
0
 public bool Delete(int id)
 {
     return(oiDal.Delete(id) > 0);
 }