示例#1
0
文件: PdfBLL.cs 项目: vijaymca/Dotnet
 public void PrintLog(string parentSiteUrl, string message, string location, string title)
 {
     objDAL = new CommonDAL();
     objDAL.PrintLog(parentSiteUrl, message, location, title);
 }