示例#1
0
 public BLL(string tempFolder)
 {
     factory = new DAL.DataFactory(tempFolder);
 }