Beispiel #1
0
        ///************************************************************************************************************///
        ///*********************************************End Volunteer Methods******************************************///
        ///************************************************************************************************************///

        /// ***********************************************************************************************************///
        /// ********************************************Beginning of non-admin Methods*********************************///
        /// ***********************************************************************************************************///
        public IActionResult VolunteerOptions()
        {
            Volunteer volIn = _volunteerRepository.GetVolunteerbyUsername(HttpContext.Session.GetString("Username"));

            ViewData.Model = volIn;
            return(View());
        }