Ejemplo n.º 1
0
 public CreateConsentResponseModel CreateConsent([FromBody] CreateConsentRequestModel model)
 {
     return(service.CreateConsent(model));
 }