Epiworx.Business.ProjectUserRepository.ProjectUserFetchInfoList C# (CSharp) Méthode

ProjectUserFetchInfoList() public static méthode

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

Same methods

ProjectUserRepository::ProjectUserFetchInfoList ( int projectId ) : ProjectUserInfoList