Ejemplo n.º 1
0
 public IActionResult GetLinkUser(LinkUserForm linkUserForm)
 {
     return(Ok(_linkService.GetLinkUser(linkUserForm)));
 }