예제 #1
0
 public Model.Korisnici GetNajBoljiPacijent([FromQuery] KorisniciSearchRequest request)
 {
     return(_service.GetNajBoljiPacijent());
 }