Compare commits
No commits in common. "2f5e6f0f908cec4ac738d6bcded6a94f247f333a" and "0fe6afbcb8ca61028442f63b9649766094943080" have entirely different histories.
2f5e6f0f90
...
0fe6afbcb8
@ -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 + " (" + c.Streetaddress + ")" })
|
||||
.Select(c => new ELookUpItem { Id = c.Id, Nombre = c.Name })
|
||||
.Take(limit)
|
||||
.ToListAsync();
|
||||
public async Task<IEnumerable<ELookUpItem>> PatientsListAsync(string filter, int limit = 10)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user