case 4003
This commit is contained in:
@@ -82,7 +82,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
if (p.Tags.Count == 0)
|
||||
Users = await ct.User.AsNoTracking()
|
||||
.Where(x => x.Active == true && x.UserType == UserType.ServiceContractor || x.UserType == UserType.Service)
|
||||
.Where(x => x.Active == true && (x.UserType == UserType.ServiceContractor || x.UserType == UserType.Service))
|
||||
.OrderBy(x => x.Name)
|
||||
.Select(x => new NameIdItem { Name = x.Name, Id = x.Id })
|
||||
.ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user