示例#1
0
        public string GetDonorsByRhFactor(string rhf)
        {
            string json = DBcon.RetrieveDonorsByRhf(conn, rhf, "getDonorByRHF");

            return(json);
        }