Exemplo n.º 1
0
 public int ModifyHistoryDataByID(int id, int count, string seq)
 {
     return(dal.ModifyLastPrintBucketByID(id, count, seq));
 }