public TMSBaseBLL(string connectionString) { entities = new TMSEntities(connectionString); }
public TMSBaseBLL() { entities = new TMSEntities(); }