BinaryStudio.ClientManager.WebUi.Controllers.TeamsController.GetCurrentUser C# (CSharp) Method

GetCurrentUser() private method

private GetCurrentUser ( ) : User
return BinaryStudio.ClientManager.DomainModel.Entities.User
        private User GetCurrentUser()
        {
            return repository.Get<User>(appContext.User.Id, x => x.RelatedPerson, x => x.Teams);
        }