internal Drug Update(Drug drug) => _drugRepository.Update(drug);
public Drug Update(Drug drug) { return(_drugRepository.Update(drug)); }