コード例 #1
0
        public string getAllFloorByTowerID(int towerid)
        {
            List <FloorModel> fl = flrService.AllFloor(towerid);

            return(Newtonsoft.Json.JsonConvert.SerializeObject(fl));
        }