push messages are sent upon user ids
This commit is contained in:
parent
783fda3e60
commit
44224e955f
10 changed files with 130 additions and 91 deletions
|
|
@ -21,7 +21,7 @@ namespace Yavsc.Helpers
|
|||
.Include(p=>p.Activity)
|
||||
.Include(p=>p.Performer)
|
||||
.Include(p=>p.Performer.Posts)
|
||||
.Include(p=>p.Performer.DeviceDeclarations)
|
||||
.Include(p=>p.Performer.DeviceDeclaration)
|
||||
.Where(p => p.Active && p.Activity.Any(u=>u.DoesCode==actCode)).OrderBy( x => x.Rate )
|
||||
.ToArray();
|
||||
List<PerformerProfileViewModel> result = new List<PerformerProfileViewModel> ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue