Merge branch 'main' of https://git.marcoaiot.com/admin/marco.pms.api
This commit is contained in:
commit
cd453434b8
@ -837,7 +837,7 @@ namespace Marco.Pms.Services.Service
|
||||
}
|
||||
|
||||
var activityGroups = await activityGroupQuery
|
||||
.Select(ag => _mapper.Map<ActivityGroupMasterVM>(ag))
|
||||
.ProjectTo<ActivityGroupMasterVM>(_mapper.ConfigurationProvider)
|
||||
.OrderBy(ag => ag.Name)
|
||||
.ToListAsync();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user