Exemplo n.º 1
0
        public static int UpdateLocation(LocationInfo location)
        {
            int retValue = -1;

            return(ProjManagementAdmin.UpdateLocation(location, out retValue));
        }