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(); - } +