From f53600a9d567258f146949a8523e220da875700e Mon Sep 17 00:00:00 2001 From: SamSys Date: Sun, 22 Dec 2024 18:50:35 +0330 Subject: [PATCH] change --- Company.Domain/RollCallAgg/IRollCallRepository.cs | 2 +- CompanyManagment.EFCore/Repository/RollCallRepository.cs | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Company.Domain/RollCallAgg/IRollCallRepository.cs b/Company.Domain/RollCallAgg/IRollCallRepository.cs index 73ab83fb..e2ca6eee 100644 --- a/Company.Domain/RollCallAgg/IRollCallRepository.cs +++ b/Company.Domain/RollCallAgg/IRollCallRepository.cs @@ -14,7 +14,7 @@ namespace Company.Domain.RollCallAgg EditRollCall GetByEmployeeIdAndWorkshopId(long employeeId, long workshopId); EditRollCall GetById(long id); - List Search(RollCallSearchModel searchModel); + diff --git a/CompanyManagment.EFCore/Repository/RollCallRepository.cs b/CompanyManagment.EFCore/Repository/RollCallRepository.cs index 6c7325bf..844baf72 100644 --- a/CompanyManagment.EFCore/Repository/RollCallRepository.cs +++ b/CompanyManagment.EFCore/Repository/RollCallRepository.cs @@ -32,10 +32,7 @@ public class RollCallRepository : RepositoryBase, IRollCallRepos throw new NotImplementedException(); } - public List Search(RollCallSearchModel searchModel) - { - throw new NotImplementedException(); - } +