Exemple #1
0
 public async Task <TokenSessionRestResult> Login(UserPostBody userPostBody)
 {
     return(await restService.Login(userPostBody));
 }