BinaryStudio.TaskManager.Logic.Core.ReminderRepository.GetAll C# (CSharp) Method

GetAll() public method

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