コード例 #1
0
ファイル: BLL.cs プロジェクト: trankimcuong1990/Tilsoft
 public BLL(string tempFolder)
 {
     factory = new DAL.DataFactory(tempFolder);
 }