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