Exemple #1
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public int Add(MSCD.Model.LayerType model)
 {
     return(dal.Add(model));
 }