示例#1
0
 public bool Add(E_Model.WebSite model)
 {
     return(dal.Add(model));
 }