コード例 #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);
 }