Пример #1
0
 public async Task <AppointmentModel> GetAppointmentDetails(int RoomId)
 {
     return(await _repo.GetAppointmentDetails(RoomId));
 }