Exemplo n.º 1
0
        public static IList<Email> GetAll()
        {
            EmailDataMapper objCaller = new EmailDataMapper();

            return objCaller.GetAll();
        }