Beispiel #1
0
 public int InsertPosDetail(RestPosDetailEntity entity)
 {
     return(PosDAL.InsertRestPosDetail(entity));
 }