BinaryStudio.TaskManager.Web.Controllers.ReminderController.MyReminders C# (CSharp) Method

MyReminders() private method

private MyReminders ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult
        public ViewResult MyReminders()
        {
            return
                this.View(this.reminderProcessor.GetRemindersForUser((userRepository.GetByName(User.Identity.Name).Id)));//  GetAllRemindersForUser(userRepository.GetByName(User.Identity.Name).Id));
        }