示例#1
0
 public bool Add(LOAISP ls)
 {
     return(dao.Insert(ls));
 }
示例#2
0
 public bool Add(NHACC ncc)
 {
     return(dao.Insert(ncc));
 }