Ejemplo n.º 1
0
 public VerifyConsentResponseModel VerifyConsent([FromBody] VerifyConsentRequestModel model)
 {
     return(service.VerifyConsent(model));
 }