Exemple #1
0
 public async Task <OperationDataResult <AppointmentModel> > Read(int id)
 {
     return(await _appointmentsService.Read(id));
 }