public ProductTypeDataAccessLayer() { _mySqlDbConnection = MySqlDbConnection.GetConnection(); }
public BillDataAccessLayer() { _mySqlDbConnection = MySqlDbConnection.GetConnection(); }
public ImportDataAccessLayer() { _mySqlDbConnection = MySqlDbConnection.GetConnection(); }
public ShipperDataAccessLayer() { _mySqlDbConnection = MySqlDbConnection.GetConnection(); }
public ImageDataAccessLayer() { mySqlDbConnection = MySqlDbConnection.GetConnection(); }