Esempio n. 1
0
        public Doctor GetById(int id)
        {
            var db = new DoctorData();

            return(db.GetById(id));
        }