BinaryStudio.TaskManager.Logic.Core.UserRepository.GetAll C# (CSharp) 메소드

GetAll() 공개 메소드

The get all.
public GetAll ( ) : IEnumerable
리턴 IEnumerable
        public IEnumerable<User> GetAll()
        {
            return this.dataBaseContext.Users.ToList();
        }