* 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/IEmailService.cs
Normal file
6
FaKrosnoApi/Services/IEmailService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace FaKrosnoApi.Services;
|
||||
|
||||
public interface IEmailService
|
||||
{
|
||||
void SendEmail(string subject, string body);
|
||||
}
|
||||
Reference in New Issue
Block a user