コード例 #1
0
        public static bool DeleteListClienttAccount(int ido)
        {
            bool x = myRealProvider.DeleteLastClientAccount(ido);

            return(x);
        }