Beispiel #1
0
 public async Task <List <BorrowDto> > GetByUserId(Guid id) => await _borrowService.GetByUserId(id);