Exemplo n.º 1
0
 public data.IdResponse Put(int id, data.Payment of_payment)
 {
     return(base.Put(id, of_payment));
 }
Exemplo n.º 2
0
 public data.IdResponse Post(data.Payment of_payment)
 {
     return(base.Post(of_payment));
 }
Exemplo n.º 3
0
 public data.IdResponse Patch(int id, data.Payment of_payment, List <string> parameters = null)
 {
     return(base.Patch(id, of_payment, parameters));
 }