BinaryStudio.TaskManager.Logic.Core.UserRepository.GetAll C# (CSharp) Méthode

GetAll() public méthode

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