Example #1
0
 public ActionResult InsertSta()
 {
     ViewData["dsCataloge"] = st.ListCataloge();
     return(View("InsertSta"));
 }