예제 #1
0
 public void UpdatePaper(Paper paper)
 {
     objLogBll.WriteLog("ÐÞ¸ÄÊÔ¾í£º" + paper.PaperName);
     dal.UpdatePaper(paper);
 }