예제 #1
0
 public int DeletePrintLog(List <int> list)
 {
     return(dal.DeletePrintLog(string.Join(",", list)));
 }