7 lines
258 B
C#
7 lines
258 B
C#
namespace Kreta.Job.Tasks.Core
|
|
{
|
|
public interface ITavolletIktatasJob
|
|
{
|
|
void AddCsatolmanyokDokumentumhoz(int iktatottDokumentumId, int csatolmanyId, string intezmenyAzonosito, int tanevId, Hangfire.Server.PerformContext context);
|
|
}
|
|
}
|