Exemple #1
0
        public IEnumerable <ConfigurationDetail> GetGender()
        {
            PatientBLL patientBll = new PatientBLL();

            return(patientBll.RetrieveAllGenders());
        }