Готово

This commit is contained in:
Yunusov_Niyaz 2024-05-26 23:03:24 +04:00
parent ddc01f15fd
commit 7bbb8793f1

View File

@ -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,