using _0_Framework.Domain; using CompanyManagment.App.Contracts.EmployeeDocumentsAdminSelection; using System.Collections.Generic; namespace Company.Domain.EmployeeDocumentsAdminSelectionAgg { public interface IEmployeeDocumentsAdminSelectionRepository : IRepository { //List Search(SearchEmployeeDocumentsAdminSelection command); //EmployeeDocumentsAdminSelection GetByEmployeeIdWithItems(long employeeId); } }