AppActs.Client.Service.UserService.GetUser C# (CSharp) Method

GetUser() public method

public GetUser ( ObjectId accountUserId ) : User
accountUserId ObjectId
return AppActs.Client.Model.User
        public User GetUser(ObjectId accountUserId)
        {
            return this.accountUserRepository.Find(accountUserId);
        }

Same methods

UserService::GetUser ( System.Guid accountUserGuid ) : User
UserService::GetUser ( string accountUserEmail ) : User
UserService::GetUser ( string email, string password ) : User