BinaryStudio.TaskManager.Logic.Core.ProjectProcessor.GetAllUsersInProject C# (CSharp) Метод

GetAllUsersInProject() публичный Метод

The get all users in project.
public GetAllUsersInProject ( int projectId ) : IEnumerable
projectId int /// The project id. ///
Результат IEnumerable
        public IEnumerable<User> GetAllUsersInProject(int projectId)
        {
            return this.projectRepository.GetAllUsersInProject(projectId);
        }