예제 #1
0
 public ActionResult AllAppointmentsForLead(Web.ViewModel.AllCardsViewModel allappointmentsvm)
 {
     return(Content("Appointment Stack Saved"));
 }
예제 #2
0
 public ActionResult AllCardsForLead(Web.ViewModel.AllCardsViewModel allcardsvm)
 {
     return(Content("Card Stack Saved"));
 }