Example #1
0
        public IEnumerable <Doctor> List()
        {
            var db = new DoctorData();

            return(db.List());
        }