示例#1
0
 public void Delete(Exame entity)
 {
     CheckIsNull(entity);
     CheckNotContains(entity);
     _repository.Remove(entity);
 }