public TCallStateBLL(string dbKey) { this.dal = new TCallStateDAL(dbKey); }
public TCallStateBLL() { this.dal = new TCallStateDAL(); }