コード例 #1
0
        /// <summary>
        /// Retrives the list of fee of all the doctors
        /// </summary>
        /// <returns>List of Doctor Fee</returns>
        public List <DoctorFee> GetAllDoctorsList()
        {
            DoctorData doctorData = new DoctorData();

            return(doctorData.GetAllDoctorsList());
        }