Example #1
0
 public virtual void Delete(int id)
 {
     _baseRepository.Delete(id);
 }