Exemplo n.º 1
0
 public int AddPaper(Paper paper)
 {
     objLogBll.WriteLog("ÐÂÔöÊÔ¾í£º" ¡¡ + paper.PaperName);
     return(dal.AddPaper(paper));
 }