예제 #1
0
 public int AddCommonAdjustment(LabelPrintCommonAdjustmentModel model)
 {
     return(Convert.ToInt32(dal.AddCommonAdjustment(model)));
 }