Exemple #1
0
 public int? GetUserId(string username)
 {
     return _dbQueryService.GetUserIdByUsername(username);
 }