예제 #1
0
        //Question 3
        public List <Cell> GetAllCell()
        {
            DataConnector dataConn = new DataConnector();

            return(dataConn.GetAllCell());
        }