Example #1
0
 public async Task <IActionResult> GetById(long id) => Ok(await _selectorDetailDSL.GetById(id));