Exemplo n.º 1
0
    public void testGetData()
    {
        //public Model.RecordeData[] getData(String cpid)


        //Model.StationRelation msr = new Model.StationRelation();
        //msr.StationID = 54511;
        //msr.StationName = "北";

        BLL.DataBLL         dbll = new BLL.DataBLL();
        Model.RecordeData[] msr2 = dbll.getData("75");
        for (int i = 0; i < msr2.Length; i++)
        {
            al.Add(msr2[i]);
        }
    }