Exemplo n.º 1
0
 public async Task <IActionResult> GetAppConfig(string id, [FromServices] HttpGetBinaryContentCommand <AppConfigContentEntity> command)
 => await command.Execute(id, HttpContext);
Exemplo n.º 2
0
 public async Task <IActionResult> GetResourceBundle(string id, [FromServices] HttpGetBinaryContentCommand <ResourceBundleContentEntity> command)
 => await command.Execute(id, HttpContext);
Exemplo n.º 3
0
 public async Task <IActionResult> GetRiskCalculationParameters(string id, [FromServices] HttpGetBinaryContentCommand <RiskCalculationContentEntity> command)
 => await command.Execute(id, HttpContext);
Exemplo n.º 4
0
 public async Task <IActionResult> GetExposureKeySet(string id, [FromServices] HttpGetBinaryContentCommand <ExposureKeySetContentEntity> command)
 => await command.Execute(id, HttpContext);