コード例 #1
0
 public int Edit(About model)
 {
     return(dal.Edit(model));
 }