AccountProfile.Models.ProfileRepository.GetAll C# (CSharp) Méthode

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<Profile> GetAll()
        {
            return _profiles;
        }

Same methods

ProfileRepository::GetAll ( ) : AccountProfile.Models.Profile[]