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