Example #1
0
 public UserDto Get(string userName)
 {
     return(_chatApplicationService.GetUserByUserName(userName));
 }