Example #1
0
        public string RetrieveRequestByBloodType(string bloodType, string rhf)
        {
            string json = DBcon.RetrieveRequestByBloodType(conn, bloodType, rhf, "getRequestByBloodType");

            return(json);
        }