예제 #1
0
 public async Task <BorrowDto> GetBorrow(Guid id) => _mapper.Map <BorrowDto>(await _service.Query(id, false));