Compare commits
2 Commits
0fe6afbcb8
...
2f5e6f0f90
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f5e6f0f90 | |||
| 5eead2846b |
@ -24,7 +24,7 @@ namespace Models.Repositories
|
||||
=> await _context.PhSInstitutions
|
||||
.Where(c => c.Name.Contains(filter))
|
||||
.OrderBy(c => c.Name)
|
||||
.Select(c => new ELookUpItem { Id = c.Id, Nombre = c.Name })
|
||||
.Select(c => new ELookUpItem { Id = c.Id, Nombre = c.Name + " (" + c.Streetaddress + ")" })
|
||||
.Take(limit)
|
||||
.ToListAsync();
|
||||
public async Task<IEnumerable<ELookUpItem>> PatientsListAsync(string filter, int limit = 10)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user