From 674e3cc6948ea229dff9123e3d9f13443f147599 Mon Sep 17 00:00:00 2001 From: Leandro Hernan Rojas Date: Sat, 5 Apr 2025 13:12:55 -0300 Subject: [PATCH] Add Patch in Customer LOG --- Models/Repositories/PhSCustomerRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Models/Repositories/PhSCustomerRepository.cs b/Models/Repositories/PhSCustomerRepository.cs index 98c4a2f..e5cfd74 100644 --- a/Models/Repositories/PhSCustomerRepository.cs +++ b/Models/Repositories/PhSCustomerRepository.cs @@ -42,6 +42,7 @@ namespace Models.Repositories .Include(c => c.Accounttypes) .Include(c => c.PhSCustomerDocuments) .Include(c => c.PhSCustomerAddresses) + .Take(100) .AsQueryable(); //if (!string.IsNullOrWhiteSpace(name))