Готово
This commit is contained in:
parent
ddc01f15fd
commit
7bbb8793f1
@ -49,7 +49,6 @@ namespace VeterinaryDatabaseImplement.Implements
|
||||
using var context = new VeterinaryDatabase();
|
||||
return context.Pets
|
||||
.Where(pet => model.petsIds == null || model.petsIds.Contains(pet.Id))
|
||||
.Include()
|
||||
.Select(pet => new ReportServicesViewModel()
|
||||
{
|
||||
PetName = pet.PetName,
|
||||
|
Loading…
Reference in New Issue
Block a user