コード例 #1
0
 public bool ValidaOTP([FromBody] OTPME mensajeEntrada)
 {
     return(_pagoServicios.ValidaOTP(mensajeEntrada));
 }