Ejemplo n.º 1
0
 public async Task <IActionResult> AutobotSortedList()
 {
     _logger?.LogInformation("AutobotSortedList action called to retrieve sorted list of autobots");
     return(await _transformerList.ExecuteList(TransformersEnums.TransformerAllegiances.Autobot.ToString(), true));
 }