Exemplo n.º 1
0
 public async Task <ActionResult <string> > ClientId(string userId)
 {
     return(await _clientsRepository.GetClientId(userId));
 }