❯ grpcurl -plaintext -d '{}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvoCount

{
  "count": "4"
}
❯ grpcurl -plaintext -d '{
  "position": 2
}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvoByPosition

{
  "id": "2",
  "adresarId": "1",
  "cDokladu": "DOC123",
  "datum": "01.10.2023",
  "cFaktury": "INV123",
  "obsah": "Sample content",
  "stredisko": "Center A",
  "cUctu": "ACC123",
  "md": "MD123",
  "identif": "ID123",
  "poznanka": "Sample note",
  "firma": "AAA"
}
❯ grpcurl -plaintext -d '{
  "id": 1
}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvo
{
  "id": "1",
  "adresarId": "1",
  "cDokladu": "DOC123",
  "datum": "01.10.2023",
  "cFaktury": "INV123",
  "obsah": "Sample content",
  "stredisko": "Center A",
  "cUctu": "ACC123",
  "md": "MD123",
  "identif": "ID123",
  "poznanka": "Sample note",
  "firma": "AAA"
}

