Ejemplo n.º 1
0
        public string GetDonorByBloodType(string bloodType, string rhf)
        {
            string json = DBcon.RetrieveDonorByBloodType(conn, bloodType, rhf, "getDonorByBloodType");

            return(json);
        }