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