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