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

GetAll() 공개 메소드

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