示例#1
0
 public TCallStateBLL(string dbKey)
 {
     this.dal = new TCallStateDAL(dbKey);
 }
示例#2
0
 public TCallStateBLL()
 {
     this.dal = new TCallStateDAL();
 }