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