Example #1
0
 public void Delete(Shared entity)
 {
     _sharedRepository.Delete(entity);
 }