예제 #1
0
 public IActionResult SlotAvailability(timeSlot sesTime)
 {
     //Redirect user to the signup form with the date and time info that the user selected passed into the form page
     return(View("SignUpForm", new requestApptVM
     {
         timeSlot = sesTime
     }
                 ));
 }
예제 #2
0
 IsNotNull(timeSlot, nameof(timeSlot)),