Beispiel #1
0
 public int InsertRestPos(RestPosEntity entity)
 {
     return(PosDAL.InsertRestPos(entity));
 }