AreasExample.Areas.Admin.Models.ProfileRepository.GetAll C# (CSharp) 메소드

GetAll() 공개 메소드

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