Exemplo n.º 1
0
 public async Task DeleteMedicineAsync(int medicineId) => await _medicineRepository.DeleteAsync(medicineId);