12 lines
324 B
C#
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);
|
|
}
|
|
}
|