Example #1
0
        public async Task <Doctor> Delete_Doctor(int id)
        {
            var doctor = await _drRep.Delete_Doctor(id);

            return(doctor);
        }