public FINCardBLL() { _DAL = new FINCardDAL(); }
public bool BulkAdd(DataTable dt) { _DAL = new FINCardDAL(dt.Rows.Count); return(_DAL.Add(dt)); }