Exemple #1
0
 public ActionResult Submit(FormPanelEmployee employee)
 {
     X.Msg.Alert("Employee", JSON.Serialize(employee)).Show();
     return(this.Direct());
 }
Exemple #2
0
 public ActionResult Index()
 {
     return(View(FormPanelEmployee.GetAll()[0]));
 }