예제 #1
0
 public async Task DeletePrescriptionAsync(int prescriptionId) =>
 await _prescriptionRepository.DeleteAsync(prescriptionId);