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

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<Reminder> GetAll()
        {
            return this.dataBaseContext.Reminders;
        }