Exemplo n.º 1
0
 public List <MedyaResponse> MedyalarıGetir([FromBody] GonderiIdRequest gr)
 {
     return(b.MedyalarıGetir(gr.gonderiId));
 }