示例#1
0
 public ActionResult Update(int Id)
 {
     Book.BLL.T_Base_Customer   bll = new BLL.T_Base_Customer();
     Book.Model.T_Base_Customer Customer;
     Customer         = bll.GetModal(Id);
     ViewBag.Customer = Customer;
     return(View());
 }