Example #1
0
 public async Task <IActionResult> GetAll([FromBody] DataSource dataSource) => Ok(await _selectorDetailDSL.GetAll(dataSource));