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

Get() public method

public Get ( Func selector ) : IEnumerable
selector Func
return IEnumerable
        public IEnumerable<Reminder> Get(Func<Reminder> selector)
        {
            throw new NotImplementedException();
        }