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

GetUser() public method

public GetUser ( System.Guid accountUserGuid ) : User
accountUserGuid System.Guid
return AppActs.Client.Model.User
        public User GetUser(Guid accountUserGuid)
        {
            return this.accountUserRepository.Find(accountUserGuid);
        }

Same methods

UserService::GetUser ( ObjectId accountUserId ) : User
UserService::GetUser ( string accountUserEmail ) : User
UserService::GetUser ( string email, string password ) : User