Exemplo n.º 1
0
 public Medicine GetByID(long id)
 => _medicineRepository.GetByID(id);