Files
Backend-Api/CompanyManagment.App.Contracts/EmployeeDocumentsAdminSelection/EmployeeDocumentsAdminSelectionApplication.cs
2025-02-18 16:16:33 +03:30

12 lines
324 B
C#

using _0_Framework.Application;
namespace CompanyManagment.App.Contracts.EmployeeDocumentsAdminSelection
{
public interface IEmployeeDocumentsAdminSelectionApplication
{
//OperationResult SelectDocumentItem(SelectEmployeeDocumentItem command);
//OperationResult Create(long employeeId);
}
}