Exemplo n.º 1
0
        public static void Delete(int ID)
        {
            EmailDataMapper objCaller = new EmailDataMapper();

            objCaller.Delete(ID);
        }