AreasExample.Areas.Admin.Models.ProfileRepository.GetAll C# (CSharp) Méthode

GetAll() public méthode

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