Exemple #1
0
 public int GetUserId()
 {
     return(IsAuthenticated() ? _userApplicationService.GetIdByIdentityId(GetUserIdentityId()) : 0);
 }