Exemplo n.º 1
0
        public static bool DeleteClient(int ido)
        {
            bool x = myRealProvider.DeleteClient(ido);

            BllGlobal.UpdateAllClients();
            return(x);
        }