Exemplo n.º 1
0
        public static string updateStatus(int ID, int SubID)
        {
            string update = TransportCompanyController.UpdateStatus(ID, SubID);

            if (update == "true")
            {
                return("true");
            }
            else
            {
                return("false");
            }
        }