コード例 #1
0
 private async Task <bool> ClientExists(Guid clientId)
 => await appointmentService.ClientExists(clientId);