Beispiel #1
0
 public List <YorumResponse> YorumGetir([FromBody] GonderiIdRequest gr)
 {
     return(b.YorumGetir(gr.gonderiId));
 }