예제 #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);
 }