Ejemplo n.º 1
0
        public static Volunteer GetByID(int ID)
        {
            VolunteerDataMapper objCaller = new VolunteerDataMapper();

            return objCaller.GetByID(ID);
        }