@@ -52,7 +52,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
.ProjectTo<DoctorDTO>(_mapper.ConfigurationProvider);
|
||||
|
||||
return await query.ToPagedListAsync(inQuery);
|
||||
return await query.ToPagedListAsync(inQuery, nameof(DoctorDTO.CreateTime));
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user