public bool Create(int dimensions) { try { MySqlDAL.Delete(); IODAL.SaveDimensions(dimensions); return(true); } catch (Exception) { return(false); } }
public int GetDimensions() { return(IODAL.GetDimensions()); }