* Maintain FaKrosno api to handle Hangfire
* Added checking of missing EdiCo based on EdiCoTranslate and send email every 30 minutes * Added Admin Scheduler view
This commit is contained in:
6
FaKrosnoApi/Services/IScheduleJobService.cs
Normal file
6
FaKrosnoApi/Services/IScheduleJobService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace FaKrosnoApi.Services;
|
||||
|
||||
public interface IScheduleJobService
|
||||
{
|
||||
Task ExecuteAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user