Example #1
0
 public void Remove(int id)
 {
     _dataAccessDal.Remove(id);
 }
 public void Remove(int id)
 {
     _idataaccessdal.Remove(id);
 }