AreasExample.Areas.Admin.Models.ProfileRepository.GetAll C# (CSharp) Method

GetAll() public method

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