Exemple #1
0
 public async Task <IActionResult> HttpPostCalcConfig([FromBody] BinaryContentResponse args, [FromServices] HttpPostContentReciever <RiskCalculationContentEntity> command)
 => await command.Execute(args);
Exemple #2
0
 public async Task <IActionResult> HttpPostEks([FromBody] BinaryContentResponse args, [FromServices] HttpPostContentReciever <ExposureKeySetContentEntity> command)
 => await command.Execute(args);
Exemple #3
0
 public async Task <IActionResult> HttpPostResourceBundle([FromBody] BinaryContentResponse args, [FromServices] HttpPostContentReciever <ResourceBundleContentEntity> command)
 => await command.Execute(args);