Exemple #1
0
 public async Task <IActionResult> UnlinkButtonLinkWorker(int btn)
 {
     return(Ok(await _btnService.UnlinkButtonLinkWorker(btn)));
 }