コード例 #1
0
 public int InsertData(HoaDonEntity HD)
 {
     return(da.InsertData(HD));
 }