Esempio n. 1
0
        public string GenerateTowerAddFloor(int TotalFloor, int TowerID)
        {
            int i = fservice.AddFloor(TowerID, TotalFloor, User.Identity.Name);

            return(i.ToString());
        }