Epiworx.Business.ProjectUserRepository.ProjectUserFetchInfoList C# (CSharp) Method

ProjectUserFetchInfoList() public static method

public static ProjectUserFetchInfoList ( ProjectUserMemberDataCriteria criteria ) : ProjectUserInfoList
criteria ProjectUserMemberDataCriteria
return ProjectUserInfoList
        public static ProjectUserInfoList ProjectUserFetchInfoList(ProjectUserMemberDataCriteria criteria)
        {
            return ProjectUserInfoList.FetchProjectUserInfoList(criteria);
        }

Same methods

ProjectUserRepository::ProjectUserFetchInfoList ( int projectId ) : ProjectUserInfoList